Upload ensemble_state.json with huggingface_hub
Browse files- ensemble_state.json +25 -0
ensemble_state.json
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"w_arf": 0.3006992985965084,
|
| 3 |
+
"w_lgb": 0.6993006944104847,
|
| 4 |
+
"alpha": 0.7,
|
| 5 |
+
"beta": 0.3,
|
| 6 |
+
"total_predictions": 30007,
|
| 7 |
+
"total_corrections": 3243,
|
| 8 |
+
"n_retrains": 10,
|
| 9 |
+
"current_state": "Gaming",
|
| 10 |
+
"lgb_params": {
|
| 11 |
+
"objective": "multiclass",
|
| 12 |
+
"num_class": 4,
|
| 13 |
+
"num_leaves": 31,
|
| 14 |
+
"verbosity": -1,
|
| 15 |
+
"seed": 42,
|
| 16 |
+
"learning_rate": 0.1,
|
| 17 |
+
"feature_fraction": 0.8,
|
| 18 |
+
"bagging_fraction": 0.8,
|
| 19 |
+
"bagging_freq": 5,
|
| 20 |
+
"min_child_samples": 5
|
| 21 |
+
},
|
| 22 |
+
"lgb_n_trees": 100,
|
| 23 |
+
"hysteresis_min_confidence": 0.55,
|
| 24 |
+
"hysteresis_min_duration": 30.0
|
| 25 |
+
}
|