| { | |
| "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 | |
| } |