File size: 414 Bytes
bdd34fa
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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-sec01-core",
  "dataset_title": "Patient Cohort 01 / Stable CGM",
  "feature_keys": [
    "G",
    "I",
    "M"
  ],
  "target_key": "T",
  "window_size": 12,
  "normalization": {
    "enabled": true,
    "strategy": "forward_fill"
  },
  "output_type": "regression",
  "recommended_thresholds": {
    "low": 80.0,
    "high": 180.0
  },
  "initial_seed": 27182
}