| { | |
| "accuracy": 0.9, | |
| "precision": 0.8884758364312267, | |
| "recall": 0.9053030303030303, | |
| "f1": 0.8968105065666041, | |
| "confusion_matrix": { | |
| "true_negatives": 512, | |
| "false_positives": 60, | |
| "false_negatives": 50, | |
| "true_positives": 478 | |
| }, | |
| "per_class": { | |
| "safe": { | |
| "precision": 0.9110320284697508, | |
| "recall": 0.8951048951048951, | |
| "f1": 0.9029982363315696 | |
| }, | |
| "unsafe": { | |
| "precision": 0.8884758364312267, | |
| "recall": 0.9053030303030303, | |
| "f1": 0.8968105065666041 | |
| } | |
| }, | |
| "total_samples": 1100 | |
| } |