I have a dataset with both categorical and numerical values. First I encoded the categorical data using one-hot encoding. Then the next step is to feature scaling. For that, I am going to use standardizing. But I have a doubt did I want to scale the encoded values also? Or did I want to encode only the numerical value?
Asked
Active
Viewed 11 times
0
-
also https://stats.stackexchange.com/q/69568/232706, https://datascience.stackexchange.com/q/31652/55122, and several Related questions from those. – Ben Reiniger Feb 11 '24 at 23:37