random-sequence commited on
Commit
e033a57
·
verified ·
1 Parent(s): e8d2483

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
+ "glucose",
7
+ "insulin",
8
+ "meal_load"
9
+ ],
10
+ "target_key": "target_glucose",
11
+ "window_size": 16,
12
+ "normalization": {
13
+ "enabled": true,
14
+ "strategy": "mean"
15
+ },
16
+ "output_type": "regression",
17
+ "recommended_thresholds": {
18
+ "low": 9.56,
19
+ "high": 14.324
20
+ },
21
+ "initial_seed": 27182
22
+ }