| { | |
| "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" | |
| } |