Feature encoding methods – the Pandas way

This tutorial explores the various ways data can be encoded, using Pandas and Numpy, to prepare the data ready for a Machine Learning, or predictive model pipeline. Encoding methods There are three main methods explored therein: Label encoding – encoding a value based on where the label order falls – could be good for rank…

Continue Reading