| { | |
| "architecture": "ExploitabilityNet (TextCNN + structured MLP fusion)", | |
| "framework": "pytorch", | |
| "task": "binary-classification", | |
| "max_len": 200, | |
| "vocab_size": 20000, | |
| "struct_dim": 80, | |
| "labels": { | |
| "0": "not-known-exploited", | |
| "1": "known-exploited (CISA KEV)" | |
| }, | |
| "test_metrics": { | |
| "roc_auc": 0.9337318710296056, | |
| "pr_auc": 0.7629452988233197, | |
| "precision_at_10pct": 0.7823129296302795, | |
| "recall_at_10pct": 0.47325101494789124, | |
| "positive_rate": 0.16430020332336426 | |
| } | |
| } |