File size: 1,039 Bytes
27a93a7 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 | {
"calibration_frames": 6000,
"action_dim": 7,
"eval_rows": 3000,
"drift_auc": 0.9916,
"operating_point": {
"target_fpr": 0.01,
"threshold": 2.1929,
"detection": 0.8417,
"fpr": 0.01
},
"at_thresholds": {
"default(4.0)": {
"threshold": 4.0,
"tp": 1266,
"fp": 0,
"tn": 600,
"fn": 1134,
"precision": 1.0,
"recall": 0.5275,
"fpr": 0.0,
"f1": 0.690671031096563,
"catch_rate_by_type": {
"normal": 0.0,
"nonfinite": 1.0,
"out_of_bounds": 1.0,
"drift": 0.11,
"jerk": 0.0
}
},
"tuned(2.19)": {
"threshold": 2.192913126024349,
"tp": 2195,
"fp": 6,
"tn": 594,
"fn": 205,
"precision": 0.9972739663789186,
"recall": 0.9145833333333333,
"fpr": 0.01,
"f1": 0.9541404042599435,
"catch_rate_by_type": {
"normal": 0.01,
"nonfinite": 1.0,
"out_of_bounds": 1.0,
"drift": 0.84,
"jerk": 0.8183
}
}
}
} |