Upload experiment_log.json with huggingface_hub
Browse files- experiment_log.json +12 -10
experiment_log.json
CHANGED
|
@@ -1,23 +1,25 @@
|
|
| 1 |
{
|
| 2 |
"model": "XGBoost",
|
| 3 |
"best_parameters": {
|
| 4 |
-
"
|
| 5 |
-
"
|
| 6 |
-
"
|
|
|
|
|
|
|
| 7 |
},
|
| 8 |
"metrics": {
|
| 9 |
"accuracy": 0.6406449961607371,
|
| 10 |
-
"precision": 0.
|
| 11 |
-
"recall": 0.
|
| 12 |
-
"f1_score": 0.
|
| 13 |
"confusion_matrix": [
|
| 14 |
[
|
| 15 |
-
|
| 16 |
-
|
| 17 |
],
|
| 18 |
[
|
| 19 |
-
|
| 20 |
-
|
| 21 |
]
|
| 22 |
]
|
| 23 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"model": "XGBoost",
|
| 3 |
"best_parameters": {
|
| 4 |
+
"colsample_bytree": 0.8,
|
| 5 |
+
"learning_rate": 0.1,
|
| 6 |
+
"max_depth": 9,
|
| 7 |
+
"n_estimators": 300,
|
| 8 |
+
"subsample": 0.8
|
| 9 |
},
|
| 10 |
"metrics": {
|
| 11 |
"accuracy": 0.6406449961607371,
|
| 12 |
+
"precision": 0.7194363862411935,
|
| 13 |
+
"recall": 0.7048315062931384,
|
| 14 |
+
"f1_score": 0.712059064807219,
|
| 15 |
"confusion_matrix": [
|
| 16 |
[
|
| 17 |
+
767,
|
| 18 |
+
677
|
| 19 |
],
|
| 20 |
[
|
| 21 |
+
727,
|
| 22 |
+
1736
|
| 23 |
]
|
| 24 |
]
|
| 25 |
}
|