Update README.md
Browse files
README.md
CHANGED
|
@@ -186,23 +186,23 @@ Model Performance
|
|
| 186 |
The baby Cry Classifier has undergone extensive testing to evaluate its effectiveness. Here's an overview of its performance:
|
| 187 |
Accuracy Metrics:
|
| 188 |
|
| 189 |
-
| class
|
| 190 |
-
|
| 191 |
-
| 0
|
| 192 |
-
| 1
|
| 193 |
-
| 2
|
| 194 |
-
| 3
|
| 195 |
-
| 4
|
| 196 |
-
| accuracy
|
| 197 |
-
| macro avg
|
| 198 |
-
|weighted avg
|
| 199 |
|
| 200 |
Overall Accuracy:
|
| 201 |
|
| 202 |
-
-Accuracy: 0.38461538461538464
|
| 203 |
-
-Precision: 0.4333333333333333
|
| 204 |
-
-Recall: 0.38571428571428573
|
| 205 |
-
-F1 Score: 0.38461538461538464
|
| 206 |
|
| 207 |
### Integration
|
| 208 |
|
|
|
|
| 186 |
The baby Cry Classifier has undergone extensive testing to evaluate its effectiveness. Here's an overview of its performance:
|
| 187 |
Accuracy Metrics:
|
| 188 |
|
| 189 |
+
| class |precision|recall|f1-score|
|
| 190 |
+
|:----------:|:-------:|:----:|:------:|
|
| 191 |
+
| 0 | 0.00 | 0.00 | 0.00 |
|
| 192 |
+
| 1 | 0.67 | 0.67 | 0.67 |
|
| 193 |
+
| 2 | 0.75 | 0.33 | 0.46 |
|
| 194 |
+
| 3 | 0.50 | 0.43 | 0.46 |
|
| 195 |
+
| 4 | 0.25 | 0.50 | 0.33 |
|
| 196 |
+
| accuracy | | | 0.38 |
|
| 197 |
+
| macro avg | 0.43 | 0.39 | 0.38 |
|
| 198 |
+
|weighted avg| 0.51 | 0.38 | 0.41 |
|
| 199 |
|
| 200 |
Overall Accuracy:
|
| 201 |
|
| 202 |
+
- Accuracy: 0.38461538461538464
|
| 203 |
+
- Precision: 0.4333333333333333
|
| 204 |
+
- Recall: 0.38571428571428573
|
| 205 |
+
- F1 Score: 0.38461538461538464
|
| 206 |
|
| 207 |
### Integration
|
| 208 |
|