Goto

Collaborating Authors

 perform label


How to perform label encoding using sklearn? - The Security Buddy

#artificialintelligence

Machine learning algorithms understand only numbers. So, if a column in a dataset contains categorical values, we need to encode the categorical values into numbers. We can use label encoding for that purpose. In label encoding, labels are replaced by integers. So, it is also called integer encoding.