What are Categorical Data Encoding Methods | Binary Encoding

Introduction The performance of a machine learning model not only depends on the model and the hyperparameters but also on how we process and feed different types of variables to the model. Since most machine learning models only accept numerical variables, preprocessing the categorical variables becomes a necessary step. We need to convert these encode … Continue reading What are Categorical Data Encoding Methods | Binary Encoding