random-sequence commited on
Commit
bdd34fa
·
verified ·
1 Parent(s): 61f354b

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": "glucose",
3
+ "dataset_id": "glu-sec01-core",
4
+ "dataset_title": "Patient Cohort 01 / Stable CGM",
5
+ "feature_keys": [
6
+ "G",
7
+ "I",
8
+ "M"
9
+ ],
10
+ "target_key": "T",
11
+ "window_size": 12,
12
+ "normalization": {
13
+ "enabled": true,
14
+ "strategy": "forward_fill"
15
+ },
16
+ "output_type": "regression",
17
+ "recommended_thresholds": {
18
+ "low": 80.0,
19
+ "high": 180.0
20
+ },
21
+ "initial_seed": 27182
22
+ }