yusef-faik commited on
Commit
84cc23b
·
verified ·
1 Parent(s): 13364fe

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +14 -0
config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "random_forest",
3
+ "task": "tabular-regression",
4
+ "inputs": [
5
+ {"name": "avg_sleep", "type": "float"},
6
+ {"name": "avg_stress", "type": "float"},
7
+ {"name": "avg_steps", "type": "float"},
8
+ {"name": "avg_work_hours", "type": "float"},
9
+ {"name": "avg_hrv", "type": "float"},
10
+ {"name": "avg_rhr", "type": "float"},
11
+ {"name": "avg_sleep_quality", "type": "float"}
12
+ ],
13
+ "output": {"type": "float"}
14
+ }