Upload classifier_comparison.csv with huggingface_hub
Browse files
classifier_comparison.csv
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Classifier,Precision,Recall,F1,Accuracy
|
| 2 |
+
MLP,0.9942,0.9673,0.9805,0.9927
|
| 3 |
+
LogReg,0.9913,0.9673,0.9791,0.9922
|
| 4 |
+
RandomForest,0.9322,0.9787,0.9549,0.9824
|
| 5 |
+
XGBoost,0.8987,0.9844,0.9396,0.9759
|