Update README.md
Browse files
README.md
CHANGED
@@ -16,4 +16,21 @@ tags:
|
|
16 |
- AutoImageProcessor
|
17 |
- 0-60+
|
18 |
---
|
19 |
-

|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
- AutoImageProcessor
|
17 |
- 0-60+
|
18 |
---
|
19 |
+

|
20 |
+
|
21 |
+
```py
|
22 |
+
Classification Report:
|
23 |
+
precision recall f1-score support
|
24 |
+
|
25 |
+
Child 0-12 0.9744 0.9562 0.9652 2193
|
26 |
+
Teenager 13-20 0.8675 0.7032 0.7768 1779
|
27 |
+
Adult 21-44 0.9053 0.9769 0.9397 9999
|
28 |
+
Middle Age 45-64 0.9059 0.8317 0.8672 3785
|
29 |
+
Aged 65+ 0.9144 0.8397 0.8755 1260
|
30 |
+
|
31 |
+
accuracy 0.9109 19016
|
32 |
+
macro avg 0.9135 0.8615 0.8849 19016
|
33 |
+
weighted avg 0.9105 0.9109 0.9087 19016
|
34 |
+
```
|
35 |
+
|
36 |
+

|