Binary classifier predicting review sentiment (positive/negative) using:
- TF-IDF text vectorization
- Logistic Regression (83% accuracy)
- Neural Network comparison
| Model | Accuracy | F1-Score |
|---|---|---|
| Logistic Regression | 82.8% | 0.835 |
| Neural Network | 79.8% | 0.80 |
Helps publishers/authors:
- Track customer sentiment at scale
- Identify improvement areas
- Benchmark against competitors