Multiple Linear Regression
This lesson will introduce multiple linear regression and focus on how to perform it in Python.
In the last lesson, we performed simple linear regression. But it was a limited model because we only used one variable from our dataset in our predictions. Our linear model was based on the fact that there was some relationship between two variables. But the variable that we are trying to predict can have relationships with other variables too. Including other variables in our model may help us make better predictions.
Multiple Linear Regression
We can extend the simple linear regression model to a multiple linear regression model by adding more variables and parameters to the model equation. Then the prediction () becomes:
where ...
Access this course and 1400+ top-rated courses and projects.