random-sequence commited on
Commit
126d1e5
·
verified ·
1 Parent(s): 1b24a0c

Add browser inference model spec

Browse files
Files changed (1) hide show
  1. model_spec.json +18 -0
model_spec.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "scenario_id": "critical_infra",
3
+ "dataset_id": null,
4
+ "dataset_title": null,
5
+ "feature_keys": [],
6
+ "target_key": "anomaly_flag",
7
+ "window_size": 16,
8
+ "normalization": {
9
+ "enabled": true,
10
+ "strategy": "mean"
11
+ },
12
+ "output_type": "binary_classification",
13
+ "recommended_thresholds": {
14
+ "low": 0.45,
15
+ "high": 0.65
16
+ },
17
+ "initial_seed": 31415
18
+ }