Update README.md
Browse files
README.md
CHANGED
@@ -83,7 +83,15 @@ This model is designed to classify hotel reviews based on their sentiment. It as
|
|
83 |
| **Macro avg** | 0.61 | 0.61 | 0.61 | 8000 |
|
84 |
| **Weighted avg** | 0.61 | 0.61 | 0.61 | 8000 |
|
85 |
|
86 |
-
|
87 |
|
88 |
-
|
89 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
83 |
| **Macro avg** | 0.61 | 0.61 | 0.61 | 8000 |
|
84 |
| **Weighted avg** | 0.61 | 0.61 | 0.61 | 8000 |
|
85 |
|
86 |
+
### Cross-validation Scores:
|
87 |
|
88 |
+
| Metric | Value |
|
89 |
+
|------------------------------------|--------------------------------------------|
|
90 |
+
| **Logistic Regression Cross-validation scores** | [0.61463816, 0.609375, 0.62072368, 0.59703947, 0.59835526] |
|
91 |
+
| **Logistic Regression Mean Cross-validation score** | 0.6080 |
|
92 |
+
|
93 |
+
## Limitations
|
94 |
+
|
95 |
+
- The model performs well on extreme ratings (1 and 5 stars) but struggles with intermediate ratings (2, 3, and 4 stars).
|
96 |
+
- The model was trained on the **TripAdvisor** dataset and may not generalize well to reviews from other sources or domains.
|
97 |
+
- The model does not handle aspects like sarcasm or humor well, and shorter reviews may lead to less accurate predictions.
|