MENU

Fun & Interesting

Creating a Linear Regression Model in Python

Nick Stugard 1,079 6 months ago
Video Not Working? Fix It Now

In this video we will be using the Boston Housing Data Set to create a linear regression model by first exploring the data and determining the best two predictor variables in the data set. You can find the dataset here: https://github.com/NStugard/Intro-to-Machine-Learning/blob/main/BostonHousing.csv And the description of variables here: https://github.com/NStugard/Intro-to-Machine-Learning/blob/main/BostonHousing%20Description.PNG

Comment