Hey,
when I employ one hot encoding on categorical features which I want to use to fit KNN clasifier (together with numerical values that do not need encoding), I realized that the scaling values of the categorical features (those which are 1) are well over 1. Is this correct? Should the value after scaling (=normalization) not be between -1 and 1?
Thanks for your feedback!