HariishHafiiz commited on
Commit
1ded604
·
verified ·
1 Parent(s): c380f96

Upload classifier_comparison.csv with huggingface_hub

Browse files
Files changed (1) hide show
  1. classifier_comparison.csv +5 -5
classifier_comparison.csv CHANGED
@@ -1,5 +1,5 @@
1
- Classifier,Precision,Recall,F1,Accuracy
2
- MLP,0.9942,0.9687,0.9813,0.993
3
- LogReg,0.9926,0.9559,0.9739,0.9903
4
- XGBoost,0.9186,0.9787,0.9477,0.9795
5
- RandomForest,0.8809,0.9787,0.9272,0.9708
 
1
+ clf,val_F1
2
+ RandomForest,0.999
3
+ XGBoost,0.9976
4
+ MLP,0.9959
5
+ LR,0.9918