| { | |
| "loss": 0.3222970671206713, | |
| "accuracy": 0.94, | |
| "macro_f1": 0.9298737727910238, | |
| "labels": [ | |
| "encryption_key_operations", | |
| "unrelated" | |
| ], | |
| "precision": [ | |
| 0.9655172413793104, | |
| 0.9295774647887324 | |
| ], | |
| "recall": [ | |
| 0.8484848484848485, | |
| 0.9850746268656716 | |
| ], | |
| "f1": [ | |
| 0.9032258064516129, | |
| 0.9565217391304348 | |
| ], | |
| "support": [ | |
| 33, | |
| 67 | |
| ], | |
| "confusion_matrix": [ | |
| [ | |
| 28, | |
| 5 | |
| ], | |
| [ | |
| 1, | |
| 66 | |
| ] | |
| ], | |
| "classification_report": " precision recall f1-score support\n\nencryption_key_operations 0.97 0.85 0.90 33\n unrelated 0.93 0.99 0.96 67\n\n accuracy 0.94 100\n macro avg 0.95 0.92 0.93 100\n weighted avg 0.94 0.94 0.94 100\n" | |
| } | |