Spaces:
Sleeping
Sleeping
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -16,12 +16,16 @@ A minimal GUI that drives a classmate’s AutoGluon Tabular model to predict whe
|
|
| 16 |
- **Model (classmate’s):** https://huggingface.co/jennifee/classical_automl_model
|
| 17 |
- **Dataset (original docs):** https://huggingface.co/datasets/Iris314/Students_sleep_tabular
|
| 18 |
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 25 |
|
| 26 |
## Notes
|
| 27 |
-
Predictions are probabilistic and for educational use only.
|
|
|
|
| 16 |
- **Model (classmate’s):** https://huggingface.co/jennifee/classical_automl_model
|
| 17 |
- **Dataset (original docs):** https://huggingface.co/datasets/Iris314/Students_sleep_tabular
|
| 18 |
|
| 19 |
+
---
|
| 20 |
+
|
| 21 |
+
## Example Inputs
|
| 22 |
+
Here are 3 sample records from the dataset (you can try these directly in the app):
|
| 23 |
+
|
| 24 |
+
- **Example 1:** phone_hours=3, computer_hours=5, device_count=3, sleep_quality="good", sleep_time=23, sleep_hours=7
|
| 25 |
+
- **Example 2:** phone_hours=4, computer_hours=6, device_count=3, sleep_quality="medium", sleep_time=0, sleep_hours=6
|
| 26 |
+
- **Example 3:** phone_hours=6, computer_hours=5, device_count=4, sleep_quality="bad", sleep_time=1, sleep_hours=6
|
| 27 |
+
|
| 28 |
+
---
|
| 29 |
|
| 30 |
## Notes
|
| 31 |
+
Predictions are probabilistic and for educational use only. Interface was created with the assistance of GenAI
|