v0.8 fixed wash + ensemble: 2026-04-27
Browse files- v0_8_calibration.json +8 -0
v0_8_calibration.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"method": "additive",
|
| 3 |
+
"target_coverage": 0.9,
|
| 4 |
+
"delta_lower": 0.14621443811853208,
|
| 5 |
+
"delta_upper": 0.0,
|
| 6 |
+
"val_bias_correction": -0.0781494239191985,
|
| 7 |
+
"ensemble_method": "log_space_mean_xgb_lgb"
|
| 8 |
+
}
|