File size: 440 Bytes
e033a57 | 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": [
"glucose",
"insulin",
"meal_load"
],
"target_key": "target_glucose",
"window_size": 16,
"normalization": {
"enabled": true,
"strategy": "mean"
},
"output_type": "regression",
"recommended_thresholds": {
"low": 9.56,
"high": 14.324
},
"initial_seed": 27182
} |