File size: 743 Bytes
0653333 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 |
{
"models": {
"phishing_detection": {
"type": "random_forest",
"accuracy": 0.989,
"f1_score": 0.989,
"inference_ms": 0.021
},
"malware_detection": {
"type": "gradient_boosting",
"accuracy": 0.998,
"f1_score": 0.998,
"inference_ms": 0.001
},
"anomaly_detection": {
"type": "random_forest",
"accuracy": 0.999,
"f1_score": 0.999,
"inference_ms": 0.007
},
"web_attack_detection": {
"type": "random_forest",
"accuracy": 1.0,
"f1_score": 1.0,
"inference_ms": 0.029
}
},
"training_space": "https://huggingface.co/spaces/Che237/cyberforge",
"datasets": "https://huggingface.co/datasets/Che237/cyberforge-datasets"
} |