Upload experiment_logs.json with huggingface_hub
Browse files- experiment_logs.json +50 -50
experiment_logs.json
CHANGED
|
@@ -1,25 +1,25 @@
|
|
| 1 |
[
|
| 2 |
{
|
| 3 |
-
"timestamp": "2025-12-
|
| 4 |
"model_name": "Decision Tree",
|
| 5 |
"parameters": {
|
| 6 |
-
"criterion": "
|
| 7 |
-
"max_depth":
|
| 8 |
-
"min_samples_leaf":
|
| 9 |
-
"min_samples_split":
|
| 10 |
},
|
| 11 |
"metrics": {
|
| 12 |
-
"train_accuracy": 0.
|
| 13 |
-
"test_accuracy": 0.
|
| 14 |
-
"precision": 0.
|
| 15 |
-
"recall": 0.
|
| 16 |
-
"f1_score": 0.
|
| 17 |
-
"roc_auc": 0.
|
| 18 |
},
|
| 19 |
-
"training_time": 2.
|
| 20 |
},
|
| 21 |
{
|
| 22 |
-
"timestamp": "2025-12-
|
| 23 |
"model_name": "Random Forest",
|
| 24 |
"parameters": {
|
| 25 |
"max_depth": 30,
|
|
@@ -31,15 +31,15 @@
|
|
| 31 |
"metrics": {
|
| 32 |
"train_accuracy": 1.0,
|
| 33 |
"test_accuracy": 0.9213075060532687,
|
| 34 |
-
"precision": 0.
|
| 35 |
-
"recall": 0.
|
| 36 |
-
"f1_score": 0.
|
| 37 |
-
"roc_auc": 0.
|
| 38 |
},
|
| 39 |
-
"training_time":
|
| 40 |
},
|
| 41 |
{
|
| 42 |
-
"timestamp": "2025-12-
|
| 43 |
"model_name": "AdaBoost",
|
| 44 |
"parameters": {
|
| 45 |
"algorithm": "SAMME.R",
|
|
@@ -47,41 +47,41 @@
|
|
| 47 |
"n_estimators": 100
|
| 48 |
},
|
| 49 |
"metrics": {
|
| 50 |
-
"train_accuracy": 0.
|
| 51 |
-
"test_accuracy": 0.
|
| 52 |
-
"precision": 0.
|
| 53 |
-
"recall": 0.
|
| 54 |
-
"f1_score": 0.
|
| 55 |
-
"roc_auc": 0.
|
| 56 |
},
|
| 57 |
-
"training_time": 2.
|
| 58 |
},
|
| 59 |
{
|
| 60 |
-
"timestamp": "2025-12-
|
| 61 |
"model_name": "Gradient Boosting",
|
| 62 |
"parameters": {
|
| 63 |
"learning_rate": 0.2,
|
| 64 |
"max_depth": 7,
|
| 65 |
-
"min_samples_leaf":
|
| 66 |
-
"min_samples_split":
|
| 67 |
"n_estimators": 200,
|
| 68 |
-
"subsample":
|
| 69 |
},
|
| 70 |
"metrics": {
|
| 71 |
"train_accuracy": 1.0,
|
| 72 |
-
"test_accuracy": 0.
|
| 73 |
-
"precision": 0.
|
| 74 |
-
"recall": 0.
|
| 75 |
-
"f1_score": 0.
|
| 76 |
-
"roc_auc": 0.
|
| 77 |
},
|
| 78 |
-
"training_time":
|
| 79 |
},
|
| 80 |
{
|
| 81 |
-
"timestamp": "2025-12-
|
| 82 |
"model_name": "XGBoost",
|
| 83 |
"parameters": {
|
| 84 |
-
"colsample_bytree":
|
| 85 |
"learning_rate": 0.3,
|
| 86 |
"max_depth": 7,
|
| 87 |
"min_child_weight": 1,
|
|
@@ -91,15 +91,15 @@
|
|
| 91 |
"metrics": {
|
| 92 |
"train_accuracy": 1.0,
|
| 93 |
"test_accuracy": 0.9382566585956417,
|
| 94 |
-
"precision": 0.
|
| 95 |
-
"recall": 0.
|
| 96 |
-
"f1_score": 0.
|
| 97 |
-
"roc_auc": 0.
|
| 98 |
},
|
| 99 |
-
"training_time": 4.
|
| 100 |
},
|
| 101 |
{
|
| 102 |
-
"timestamp": "2025-12-
|
| 103 |
"model_name": "Bagging",
|
| 104 |
"parameters": {
|
| 105 |
"max_features": 0.7,
|
|
@@ -108,12 +108,12 @@
|
|
| 108 |
},
|
| 109 |
"metrics": {
|
| 110 |
"train_accuracy": 1.0,
|
| 111 |
-
"test_accuracy": 0.
|
| 112 |
-
"precision": 0.
|
| 113 |
-
"recall": 0.
|
| 114 |
-
"f1_score": 0.
|
| 115 |
-
"roc_auc": 0.
|
| 116 |
},
|
| 117 |
-
"training_time": 7.
|
| 118 |
}
|
| 119 |
]
|
|
|
|
| 1 |
[
|
| 2 |
{
|
| 3 |
+
"timestamp": "2025-12-14 00:12:55",
|
| 4 |
"model_name": "Decision Tree",
|
| 5 |
"parameters": {
|
| 6 |
+
"criterion": "gini",
|
| 7 |
+
"max_depth": 15,
|
| 8 |
+
"min_samples_leaf": 4,
|
| 9 |
+
"min_samples_split": 2
|
| 10 |
},
|
| 11 |
"metrics": {
|
| 12 |
+
"train_accuracy": 0.9457904300423986,
|
| 13 |
+
"test_accuracy": 0.8692493946731235,
|
| 14 |
+
"precision": 0.6976744186046512,
|
| 15 |
+
"recall": 0.5660377358490566,
|
| 16 |
+
"f1_score": 0.625,
|
| 17 |
+
"roc_auc": 0.8511074651353568
|
| 18 |
},
|
| 19 |
+
"training_time": 2.325473
|
| 20 |
},
|
| 21 |
{
|
| 22 |
+
"timestamp": "2025-12-14 00:13:37",
|
| 23 |
"model_name": "Random Forest",
|
| 24 |
"parameters": {
|
| 25 |
"max_depth": 30,
|
|
|
|
| 31 |
"metrics": {
|
| 32 |
"train_accuracy": 1.0,
|
| 33 |
"test_accuracy": 0.9213075060532687,
|
| 34 |
+
"precision": 0.9122807017543859,
|
| 35 |
+
"recall": 0.6540880503144654,
|
| 36 |
+
"f1_score": 0.7619047619047619,
|
| 37 |
+
"roc_auc": 0.9712313654493508
|
| 38 |
},
|
| 39 |
+
"training_time": 42.115252
|
| 40 |
},
|
| 41 |
{
|
| 42 |
+
"timestamp": "2025-12-14 00:13:39",
|
| 43 |
"model_name": "AdaBoost",
|
| 44 |
"parameters": {
|
| 45 |
"algorithm": "SAMME.R",
|
|
|
|
| 47 |
"n_estimators": 100
|
| 48 |
},
|
| 49 |
"metrics": {
|
| 50 |
+
"train_accuracy": 0.8488794669897032,
|
| 51 |
+
"test_accuracy": 0.8401937046004843,
|
| 52 |
+
"precision": 0.6901408450704225,
|
| 53 |
+
"recall": 0.3081761006289308,
|
| 54 |
+
"f1_score": 0.4260869565217391,
|
| 55 |
+
"roc_auc": 0.828764862851593
|
| 56 |
},
|
| 57 |
+
"training_time": 2.617095
|
| 58 |
},
|
| 59 |
{
|
| 60 |
+
"timestamp": "2025-12-14 00:14:29",
|
| 61 |
"model_name": "Gradient Boosting",
|
| 62 |
"parameters": {
|
| 63 |
"learning_rate": 0.2,
|
| 64 |
"max_depth": 7,
|
| 65 |
+
"min_samples_leaf": 2,
|
| 66 |
+
"min_samples_split": 2,
|
| 67 |
"n_estimators": 200,
|
| 68 |
+
"subsample": 0.8
|
| 69 |
},
|
| 70 |
"metrics": {
|
| 71 |
"train_accuracy": 1.0,
|
| 72 |
+
"test_accuracy": 0.9467312348668281,
|
| 73 |
+
"precision": 0.952755905511811,
|
| 74 |
+
"recall": 0.7610062893081762,
|
| 75 |
+
"f1_score": 0.8461538461538461,
|
| 76 |
+
"roc_auc": 0.974145002970213
|
| 77 |
},
|
| 78 |
+
"training_time": 49.384697
|
| 79 |
},
|
| 80 |
{
|
| 81 |
+
"timestamp": "2025-12-14 00:14:33",
|
| 82 |
"model_name": "XGBoost",
|
| 83 |
"parameters": {
|
| 84 |
+
"colsample_bytree": 1.0,
|
| 85 |
"learning_rate": 0.3,
|
| 86 |
"max_depth": 7,
|
| 87 |
"min_child_weight": 1,
|
|
|
|
| 91 |
"metrics": {
|
| 92 |
"train_accuracy": 1.0,
|
| 93 |
"test_accuracy": 0.9382566585956417,
|
| 94 |
+
"precision": 0.9285714285714286,
|
| 95 |
+
"recall": 0.7358490566037735,
|
| 96 |
+
"f1_score": 0.8210526315789474,
|
| 97 |
+
"roc_auc": 0.9657624018179589
|
| 98 |
},
|
| 99 |
+
"training_time": 4.244343
|
| 100 |
},
|
| 101 |
{
|
| 102 |
+
"timestamp": "2025-12-14 00:14:41",
|
| 103 |
"model_name": "Bagging",
|
| 104 |
"parameters": {
|
| 105 |
"max_features": 0.7,
|
|
|
|
| 108 |
},
|
| 109 |
"metrics": {
|
| 110 |
"train_accuracy": 1.0,
|
| 111 |
+
"test_accuracy": 0.9297820823244553,
|
| 112 |
+
"precision": 0.9469026548672567,
|
| 113 |
+
"recall": 0.6729559748427673,
|
| 114 |
+
"f1_score": 0.7867647058823529,
|
| 115 |
+
"roc_auc": 0.9732350805729211
|
| 116 |
},
|
| 117 |
+
"training_time": 7.751742
|
| 118 |
}
|
| 119 |
]
|