What is a baseline model used for?
- A Establishing the performance bar that a more sophisticated model must beat
- B Reducing training time
- C Cleaning the data
- D Selecting features
Answer
Establishing the performance bar that a more sophisticated model must beat
If a complex model cannot beat a simple rule or logistic regression, that is a finding. Baselines also make results interpretable.





