glacier-alpine-flint / model_spec.json
random-sequence's picture
Add browser inference model spec
d5aa66b verified
{
"scenario_id": "glucose",
"dataset_id": "glu-sec05-core",
"dataset_title": "Patient Cohort 05 / Afternoon Spikes",
"feature_keys": [
"glucose",
"insulin",
"meal_load"
],
"target_key": "T",
"window_size": 16,
"normalization": {
"enabled": true,
"strategy": "mean"
},
"output_type": "regression",
"recommended_thresholds": {
"low": 9.745,
"high": 14.428
},
"initial_seed": 27182
}