Che237 commited on
Commit
c46314b
·
verified ·
1 Parent(s): 3e10042

Upload anomaly_detection/metadata.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. anomaly_detection/metadata.json +19 -10
anomaly_detection/metadata.json CHANGED
@@ -1,14 +1,23 @@
1
  {
2
- "model_type": "random_forest",
3
- "dataset": "anomaly_detection",
4
- "accuracy": 0.999,
5
- "f1_score": 0.9989986620975891,
6
- "inference_time_ms": 0.00655989646911621,
 
7
  "feature_names": [
8
- "timestamp",
9
- "event_id",
10
- "anomaly_score"
 
 
 
 
 
 
 
 
 
11
  ],
12
- "version": "1.0.0",
13
- "framework": "sklearn"
14
  }
 
1
  {
2
+ "name": "anomaly_detection",
3
+ "trained_at": "2026-05-09T17:11:51.748003",
4
+ "samples": 3600,
5
+ "threat_rate": 0.16666666666666666,
6
+ "accuracy": 0.9027777777777778,
7
+ "f1": 0.7666666666666667,
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": "IsolationForest"
 
23
  }