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.

Get hands-on with 1200+ tech skills courses.