Upload model_metrics.json with huggingface_hub
Browse files- model_metrics.json +8 -0
model_metrics.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model": "RandomForest",
|
| 3 |
+
"threshold": 0.4099999999999998,
|
| 4 |
+
"accuracy": 0.6567699001791656,
|
| 5 |
+
"precision": 0.6574957888826501,
|
| 6 |
+
"recall": 0.9508729192042225,
|
| 7 |
+
"f1_score": 0.7774273858921161
|
| 8 |
+
}
|