| { |
| "checkpoint": "checkpoints/phishing_v2", |
| "test_split": "data/processed/phishing/test", |
| "metrics": { |
| "recall_phishing": 0.9903169014084507, |
| "precision_phishing": 0.9774109470026064, |
| "f1_phishing": 0.9838216003498033, |
| "confusion_matrix": [ |
| [ |
| 1339, |
| 26 |
| ], |
| [ |
| 11, |
| 1125 |
| ] |
| ], |
| "threshold": 0.06, |
| "n_test": 2501, |
| "n_phishing_test": 1136, |
| "n_legit_test": 1365, |
| "p95_ms": 242.0971423996889, |
| "latency": { |
| "mean_ms": 100.66626771500523, |
| "p50_ms": 59.67643049984872, |
| "p95_ms": 242.0971423996889, |
| "n": 200.0 |
| } |
| }, |
| "gates": { |
| "recall": true, |
| "precision": true, |
| "latency_p95": true |
| }, |
| "all_passed": true |
| } |