Difference between OneHotEncoder and get_dummies
Introduction The machine learning algorithms do not like categorical (non-numeric) variables. You have to convert them to numeric features before …
Difference between OneHotEncoder and get_dummies Read More »