fbpx

Browsing Category: Scikit Learn

Pandas Python Scikit Learn

Convert Categorical Features to Integers with Scikit Learn

Machine Learning requires all the categorical features to be numbers. Often we need to convert the categorical text to integers. We can readily do …