File size: 429 Bytes
8233643
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "scenario_id": "glucose",
  "dataset_id": "glu-sec02-core",
  "dataset_title": "Patient Cohort 02 / Meal Driven",
  "feature_keys": [
    "glucose",
    "insulin",
    "meal_load"
  ],
  "target_key": "T",
  "window_size": 16,
  "normalization": {
    "enabled": true,
    "strategy": "mean"
  },
  "output_type": "regression",
  "recommended_thresholds": {
    "low": 9.585,
    "high": 14.443
  },
  "initial_seed": 27182
}