File size: 473 Bytes
84cc23b |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
{
"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"}
}
|