Upload malware_detection/metadata.json with huggingface_hub
Browse files- malware_detection/metadata.json +19 -14
malware_detection/metadata.json
CHANGED
|
@@ -1,18 +1,23 @@
|
|
| 1 |
{
|
| 2 |
-
"
|
| 3 |
-
"
|
| 4 |
-
"
|
| 5 |
-
"
|
| 6 |
-
"
|
|
|
|
| 7 |
"feature_names": [
|
| 8 |
-
"
|
| 9 |
-
"
|
| 10 |
-
"
|
| 11 |
-
"
|
| 12 |
-
"
|
| 13 |
-
"
|
| 14 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
],
|
| 16 |
-
"
|
| 17 |
-
"framework": "sklearn"
|
| 18 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"name": "malware_detection",
|
| 3 |
+
"trained_at": "2026-05-09T17:11:51.048513",
|
| 4 |
+
"samples": 4000,
|
| 5 |
+
"threat_rate": 0.5,
|
| 6 |
+
"accuracy": 1.0,
|
| 7 |
+
"f1": 1.0,
|
| 8 |
"feature_names": [
|
| 9 |
+
"url_length",
|
| 10 |
+
"hostname_length",
|
| 11 |
+
"path_length",
|
| 12 |
+
"is_https",
|
| 13 |
+
"has_ip_address",
|
| 14 |
+
"has_suspicious_tld",
|
| 15 |
+
"subdomain_count",
|
| 16 |
+
"has_port",
|
| 17 |
+
"query_params_count",
|
| 18 |
+
"has_at_symbol",
|
| 19 |
+
"has_double_slash",
|
| 20 |
+
"special_char_count"
|
| 21 |
],
|
| 22 |
+
"model_type": "GradientBoostingClassifier"
|
|
|
|
| 23 |
}
|