A very common problem in Machine Learning is deciding how best to interface with data.
In this article we present an elegant method to interface with, organize, and then eventually transform the data (preprocessing). We will then cover how to properly feed the model during training procedures.
Read more...