File size: 430 Bytes
b09a003 | 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-sec03-core",
"dataset_title": "Patient Cohort 03 / Insulin Heavy",
"feature_keys": [
"glucose",
"insulin",
"meal_load"
],
"target_key": "T",
"window_size": 16,
"normalization": {
"enabled": true,
"strategy": "mean"
},
"output_type": "regression",
"recommended_thresholds": {
"low": 9.511,
"high": 14.48
},
"initial_seed": 27182
} |