Experiment - Bag of Words and TF-IDF
Problem:You want to classify movie reviews as positive or negative using text data. Currently, you use a Bag of Words model with a simple logistic regression classifier.
Current Metrics:Training accuracy: 95%, Validation accuracy: 70%
Issue:The model is overfitting. Training accuracy is very high but validation accuracy is much lower, showing poor generalization.