Upload metadata.json with huggingface_hub
Browse files- metadata.json +18 -0
metadata.json
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_name": "AdaBoost",
|
| 3 |
+
"parameters": {
|
| 4 |
+
"learning_rate": 0.05,
|
| 5 |
+
"n_estimators": 100
|
| 6 |
+
},
|
| 7 |
+
"performance": {
|
| 8 |
+
"test_accuracy": 0.6667519836191451,
|
| 9 |
+
"test_precision": 0.6854040242733951,
|
| 10 |
+
"test_recall": 0.8712951684937068,
|
| 11 |
+
"test_f1": 0.7672506256703611,
|
| 12 |
+
"test_roc_auc": 0.6959420475671518
|
| 13 |
+
},
|
| 14 |
+
"training_date": "2026-01-25 06:41:48",
|
| 15 |
+
"feature_count": 17,
|
| 16 |
+
"training_samples": 15628,
|
| 17 |
+
"test_samples": 3907
|
| 18 |
+
}
|