Because the internet does not come with a pause button.
Online platforms collect mountains of comments every day, and expecting humans to manually categorize all of them is a recipe for burnout and caffeine dependency. This project builds an automated classifier that predicts one of four labels for each comment using both text and structured metadata.
- 1The mission: classify online comments into labels 0 to 3.
- 2The challenge: class imbalance made minority classes much harder to learn.
- 3The strategy: feature engineering, classical ML, and a stacking ensemble finale.