forked from chiki2bum2/SniperGold_ML
125 lines
2.5 KiB
JSON
125 lines
2.5 KiB
JSON
{
| |||
"tests": [
| |||
{
| |||
"id": "S21.2-T01",
| |||
"title": "feature schema identical to P3-S20",
| |||
"pass": true,
| |||
"detail": {
| |||
"n_features": 12,
| |||
"feature_sha16": "0414e401522ea4e2",
| |||
"expected": "0414e401522ea4e2"
| |||
}
| |||
},
| |||
{
| |||
"id": "S21.2-T02",
| |||
"title": "label contract unchanged",
| |||
"pass": true,
| |||
"detail": {
| |||
"contract": "P3_S16_LABEL_CONTRACT_v1",
| |||
"horizon": 16,
| |||
"binary_fit": 571,
| |||
"win": 167,
| |||
"loss": 404
| |||
}
| |||
},
| |||
{
| |||
"id": "S21.2-T03",
| |||
"title": "fold boundaries + purge unchanged",
| |||
"pass": true,
| |||
"detail": {
| |||
"bounds": [
| |||
[
| |||
0,
| |||
300,
| |||
300,
| |||
395
| |||
],
| |||
[
| |||
0,
| |||
395,
| |||
395,
| |||
490
| |||
],
| |||
[
| |||
0,
| |||
490,
| |||
490,
| |||
571
| |||
]
| |||
],
| |||
"gaps": [
| |||
555,
| |||
472,
| |||
321
| |||
],
| |||
"counts": [
| |||
[
| |||
300,
| |||
95
| |||
],
| |||
[
| |||
395,
| |||
95
| |||
],
| |||
[
| |||
490,
| |||
81
| |||
]
| |||
]
| |||
}
| |||
},
| |||
{
| |||
"id": "S21.2-T04",
| |||
"title": "frozen Logistic config reproduced",
| |||
"pass": true,
| |||
"detail": {
| |||
"C": 1.0,
| |||
"max_iter": 5000,
| |||
"random_state": 42,
| |||
"class_weight": null,
| |||
"solver": "lbfgs",
| |||
"fit_intercept": true
| |||
}
| |||
},
| |||
{
| |||
"id": "S21.2-T05",
| |||
"title": "uncalibrated baseline reproduced exactly",
| |||
"pass": true,
| |||
"detail": {
| |||
"max_abs_diff": 0.0,
| |||
"n_oos": 271
| |||
}
| |||
},
| |||
{
| |||
"id": "S21.2-T06",
| |||
"title": "calibrators fit train-only + deterministic",
| |||
"pass": true,
| |||
"detail": {
| |||
"train_before_oos": true,
| |||
"sigmoid_params_deterministic": true,
| |||
"folds": 3
| |||
}
| |||
},
| |||
{
| |||
"id": "S21.2-T07",
| |||
"title": "committed summary decision B recorded",
| |||
"pass": true,
| |||
"detail": {
| |||
"decision": "B_ranking_exists_but_calibration_does_not_improve",
| |||
"pooled_raw_roc": 0.5791603786527645
| |||
}
| |||
},
| |||
{
| |||
"id": "S21.2-T08",
| |||
"title": "recomputation deterministic + hash unchanged",
| |||
"pass": true,
| |||
"detail": {
| |||
"hash": "0414e401522ea4e2",
| |||
"same": true
| |||
}
| |||
}
| |||
],
| |||
"total": 8,
| |||
"passed": 8,
| |||
"generated_utc": "2026-08-25T10:39:36.774552+00:00"
| |||
}
|