random-sequence commited on
Commit
020761f
·
verified ·
1 Parent(s): 01d5efe

Add browser inference model spec

Browse files
Files changed (1) hide show
  1. model_spec.json +22 -0
model_spec.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "scenario_id": "critical_infra",
3
+ "dataset_id": "ci-sec01-core",
4
+ "dataset_title": "Facility 01 / Core Load",
5
+ "feature_keys": [
6
+ "generation_kw",
7
+ "input_pressure",
8
+ "machine_temp"
9
+ ],
10
+ "target_key": "anomaly_flag",
11
+ "window_size": 16,
12
+ "normalization": {
13
+ "enabled": true,
14
+ "strategy": "mean"
15
+ },
16
+ "output_type": "binary_classification",
17
+ "recommended_thresholds": {
18
+ "low": 0.45,
19
+ "high": 0.65
20
+ },
21
+ "initial_seed": 31415
22
+ }