Important to consider carefully what would be a reasonable baseline against which to compare model performance.
Baselines approaches for classification tasks
- Majority classifier: Naive classifier that always chooses the majority class of the training dataset
- Decision Stump: Decision tree with only one internal node, the root node