random-sequence commited on
Commit
8233643
·
verified ·
1 Parent(s): 63cfa5a

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-sec02-core",
4
+ "dataset_title": "Patient Cohort 02 / Meal Driven",
5
+ "feature_keys": [
6
+ "glucose",
7
+ "insulin",
8
+ "meal_load"
9
+ ],
10
+ "target_key": "T",
11
+ "window_size": 16,
12
+ "normalization": {
13
+ "enabled": true,
14
+ "strategy": "mean"
15
+ },
16
+ "output_type": "regression",
17
+ "recommended_thresholds": {
18
+ "low": 9.585,
19
+ "high": 14.443
20
+ },
21
+ "initial_seed": 27182
22
+ }