Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,20 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
---
|
| 4 |
+
|
| 5 |
+
```py
|
| 6 |
+
Classification Report:
|
| 7 |
+
precision recall f1-score support
|
| 8 |
+
|
| 9 |
+
Child 0-12 0.9415 0.9398 0.9407 2193
|
| 10 |
+
Teenager 13-20 0.7522 0.4744 0.5819 1779
|
| 11 |
+
Adult 21-44 0.8577 0.9635 0.9075 9999
|
| 12 |
+
Middle Age 45-64 0.8532 0.7400 0.7926 3785
|
| 13 |
+
Aged 65+ 0.8252 0.7794 0.8016 1260
|
| 14 |
+
|
| 15 |
+
accuracy 0.8583 19016
|
| 16 |
+
macro avg 0.8460 0.7794 0.8049 19016
|
| 17 |
+
weighted avg 0.8545 0.8583 0.8510 19016
|
| 18 |
+
```py
|
| 19 |
+
|
| 20 |
+

|