Regression models: a concise tutorial of real-life examples with Python implementations (Part I)
10 min readFeb 14, 2023
In this tutorial, we will discuss seven regression models with real-life examples and Python implementations. Before reading this tutorial, it is advised to read the following tutorial for theoretical knowledge about the different regression models.
In this tutorial, we will discuss the following regression models:
- Simple linear regression
- Multiple linear regression
- Polynomial regression
- Logistic regression
- Ridge regression
- Lasso regression
- Non-linear regression
Note that this is Part I of this tutorial. In this part, we will discuss the first three regression models. The remaining models will be covered in the next parts.