Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
why-aditi authored Jun 22, 2024
1 parent 57edf11 commit d57660b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion ACI IoT Network Traffic Dataset Analysis/Model/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ Load the data using appropriate tools and conduct an initial inspection to ident
1. Random Forest Classifier
2. XGBoost
3. SVM
4. KNN
5. Decision Tree
6. Dense Model

### 📚 **Libraries Needed**

Expand All @@ -38,11 +41,14 @@ Load the data using appropriate tools and conduct an initial inspection to ident
1. Random Forest Classifier: 99.77%
2. XGBoost: 99.79%
3. SVM: 99.99%
4. KNN: 99.99%
5. Decision Tree: 100%
6. Dense Model: 99.80%


### 📢 **Conclusion**

SVM is proven to be the best model with the accuracy score of 99.99%
Decision Tree is proven to be the best model with the accuracy score of 100%

### ✒️ **Your Signature**

Expand Down

0 comments on commit d57660b

Please sign in to comment.