priormail-phishing / v1.0 /eval_report.json
faizhuda's picture
Publish phishing v1.0
653f249 verified
Raw
History Blame
784 Bytes
{
"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
}