nhull commited on
Commit
e95d452
·
verified ·
1 Parent(s): f4d75d0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -3
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
- - **Cross-validation Scores**:
87
 
88
- * Logistic Regression Cross-validation scores: [0.61463816, 0.609375, 0.62072368, 0.59703947, 0.59835526]
89
- * Logistic Regression Mean Cross-validation score: 0.6080
 
 
 
 
 
 
 
 
 
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.