You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In SMOTE-NC, the distance between categorical features is determined by the median of the standard deviation of the continuous features in the minority class.
This median value should be calculated on the minority class that is being over-sampled. So it should vary with the class.
In the current implementation, the median value is determined only for the one minority class, that is, the class with the least number of observations, and the same distance is used to over-sample all other minority classes.