reading-notes

Readings Class 13 Linear Regressions

Why is this important?

Reading Questions

  1. “Linear Regression is the straight line that best fits a set of scattered data points”. “Linear regression is a fundamental ML algorithm due to its comparatively simple and core properties” source

linear regression class definition

linear regression implementation

source for images

  1. The purpose of splitting the dataset into train and test sets is to simulate how a model would perform on new/unseen data. source It contributes to gauging how well a ML model will react to new data and predicting outcomes of data.

Things I want to know more about