Text Classifier with an Honest Baseline
~10h estimatedClassify real text, and prove your model beats the dumb approach.
Start with TF-IDF and logistic regression. That is your baseline. Then try a transformer. If the transformer does not clearly beat the baseline, that is a finding worth reporting, not a failure to hide.
Assessed against
- A stated baseline, with its score
- Per-class precision and recall, not just accuracy
- A confusion matrix with the worst confusions discussed
- An honest note on whether the complex model earned its cost
Suggested datasets
- AG News
- IMDb reviews
- Kaggle consumer complaints
You'll finish with
- GitHub repo
- Short evaluation write-up