yusef-faik's picture
Create config.json
84cc23b verified
raw
history blame contribute delete
473 Bytes
{
"model_type": "random_forest",
"task": "tabular-regression",
"inputs": [
{"name": "avg_sleep", "type": "float"},
{"name": "avg_stress", "type": "float"},
{"name": "avg_steps", "type": "float"},
{"name": "avg_work_hours", "type": "float"},
{"name": "avg_hrv", "type": "float"},
{"name": "avg_rhr", "type": "float"},
{"name": "avg_sleep_quality", "type": "float"}
],
"output": {"type": "float"}
}