Tag: Regression Algorithms
-
Understanding Simple Linear Regression

This article is designed to teach the underlying theory of linear regression. How to code and implement this algorithm in Python will be included in episode 4.3. This article also covers some basic Data Science Terminology which is important to know for future episodes. What is Linear Regression? Linear regression is a common supervised machine…