In this article we will look at what is simple linear regression, the math behind it and then see hands-on implementation of simple linear regression in Python language. Let’s see how to predict home prices using a machine learning technique called simple linear regression. By simple we mean single variable regression. Regression is a […]