Che237 commited on
Commit
e755c90
·
verified ·
1 Parent(s): 8e746d1

Upload malware_detection/metadata.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. malware_detection/metadata.json +19 -14
malware_detection/metadata.json CHANGED
@@ -1,18 +1,23 @@
1
  {
2
- "model_type": "gradient_boosting",
3
- "dataset": "malware_detection",
4
- "accuracy": 0.9985,
5
- "f1_score": 0.9984999996249999,
6
- "inference_time_ms": 0.001035928726196289,
 
7
  "feature_names": [
8
- "file_size",
9
- "entropy",
10
- "pe_sections",
11
- "imports",
12
- "exports",
13
- "strings_count",
14
- "is_malware"
 
 
 
 
 
15
  ],
16
- "version": "1.0.0",
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
  }