Chapter 1 - Linear Models
Lab 1: Coding Linear Regression
In this lab, you’ll code linear regression from scratch, and use it to fit a small dataset. Then you’ll compare the results to a model trained using scikit-learn.
Lab 2: Using Linear Regression to Predict Housing Prices
In this lab, you’ll predict housing prices in Hyderabad by training a linear regression model in scikit-learn.