File size: 784 Bytes
653f249 | 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 | {
"checkpoint": "checkpoints\\phishing_v1",
"test_split": "data\\processed\\phishing\\test",
"metrics": {
"recall_phishing": 0.9695238095238096,
"precision_phishing": 0.9279854147675478,
"f1_phishing": 0.9482999534233815,
"confusion_matrix": [
[
4593,
79
],
[
32,
1018
]
],
"threshold": 0.95,
"n_test": 5722,
"n_phishing_test": 1050,
"n_legit_test": 4672,
"p95_ms": 434.70457002258627,
"latency": {
"mean_ms": 239.72067400012747,
"p50_ms": 220.47114999440964,
"p95_ms": 434.70457002258627,
"n": 200.0
}
},
"gates": {
"recall": true,
"precision": true,
"latency_p95": true
},
"all_passed": true
} |