Update README.md
Browse files
README.md
CHANGED
|
@@ -186,24 +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 |
-
|
| 192 |
-
|
| 193 |
-
|
| 194 |
-
|
| 195 |
-
|
| 196 |
-
|
| 197 |
-
|
| 198 |
-
|
| 199 |
-
weighted avg 0.51 0.38 0.41
|
| 200 |
|
| 201 |
Overall Accuracy:
|
| 202 |
|
| 203 |
-
Accuracy: 0.38461538461538464
|
| 204 |
-
Precision: 0.4333333333333333
|
| 205 |
-
Recall: 0.38571428571428573
|
| 206 |
-
F1 Score: 0.38461538461538464
|
| 207 |
|
| 208 |
### Integration
|
| 209 |
|
|
|
|
| 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 |
|