Choosing the regression model for your problem
By now, you may feel overwhelmed by the number of models, regularization, and preprocessing techniques. No worries, there is a simple algorithm for choosing the model:
- If your label is continuous—linear regression
- If your label is binary—logistic regression
- High dimensionality and multicollinearity—regularization methods (lasso, ridge, and ElasticNet)