Linear Regression as the Simplest Classifier
In this post I wanted to describe a simple application of a linear least squares method to a problem of data classification. It is a naive approach and is unlikely to beat more sophisticated techniques like Logistic Regression, for instance.
Imports
Some imports we are going to need for this …