Spaces:
Sleeping
Sleeping
| { | |
| "features": { | |
| "Building Type": { | |
| "type": "text", | |
| "values": [ | |
| "Residential", | |
| "Commercial", | |
| "Industrial" | |
| ], | |
| "sample": "Residential" | |
| }, | |
| "Square Footage": { | |
| "type": "number", | |
| "values": null, | |
| "sample": 27582.5 | |
| }, | |
| "Number of Occupants": { | |
| "type": "number", | |
| "values": null, | |
| "sample": 47.0 | |
| }, | |
| "Appliances Used": { | |
| "type": "number", | |
| "values": null, | |
| "sample": 27.5 | |
| }, | |
| "Average Temperature": { | |
| "type": "number", | |
| "values": null, | |
| "sample": 21.97 | |
| }, | |
| "Day of Week": { | |
| "type": "text", | |
| "values": [ | |
| "Weekday", | |
| "Weekend" | |
| ], | |
| "sample": "Weekend" | |
| } | |
| }, | |
| "task_type": "regression", | |
| "target_col": "Energy Consumption", | |
| "model_name": "RandomForestRegressor", | |
| "n_samples": 100, | |
| "n_features": 6, | |
| "target_mapping": null | |
| } |