1 min readMay 1, 2018
Good question! One-hot encoding using pd.get_dummies(df)
only one-hot encodes the categorical variables. The numerical variables are not affected.
Good question! One-hot encoding using pd.get_dummies(df)
only one-hot encodes the categorical variables. The numerical variables are not affected.
Senior Machine Learning Engineer at Cortex Sustainability Intelligence