delta-jade-harbor / model_spec.json
random-sequence's picture
Add browser inference model spec
bdd34fa verified
{
"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
}