Tag: Scikit learn
-
Simple Linear Regression in Python

Code and data used can be found here: Repository From the previous two episodes you should now know the underlying theory of Linear Regression, its purpose and how we use gradient descent in optimising our parameters. You can read them here: Episode 4.1, Episode 4.2 . Setting up your programming environment All programming in this series…