First attempt at Linear regression
No followers yet
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
Load 'housing.csv'
Split into training and test sets
Train a 'LinearRegression' model
Compute MSE and R² value
Plot data points (train and test) and line of best fit