Linear Regression
What is a Linear Regression?
Watch:
Selecting the best "fit" line to predict the data.
Fitting a linear regression model to a numerical data set.
Calculating the deviations (the error)
sum of squares
This notebook is a collection of code snippets and technical "how to" instructions.