Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
---
|
| 6 |
+
|
| 7 |
+
# classical_automl_model
|
| 8 |
+
|
| 9 |
+
This is a AutoML for classical machine learning model trained on a student sleeping habits dataset.
|
| 10 |
+
It achieves the following results on the evaluation set:
|
| 11 |
+
- Accuracy: 0.83
|
| 12 |
+
- F1: 0.75
|
| 13 |
+
|
| 14 |
+
## Model description
|
| 15 |
+
|
| 16 |
+
This model evaluates tabular data of student sleeping habits. This model was developed with AutoGluon's TabularPredictor.
|
| 17 |
+
|
| 18 |
+
## Intended uses & limitations
|
| 19 |
+
|
| 20 |
+
This model aims to identify if a student uses their phone before bed based on their sleeping habits. It is not intended for any other purposes.
|
| 21 |
+
|
| 22 |
+
## Training and evaluation data
|
| 23 |
+
|
| 24 |
+
This model was trained and evaluated on the original and augmented tabular datasets of student sleeping habits. These were sourced from Iris314/Students_sleep_tabular
|