Closed
Description
Describe the bug
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.
Metadata
Metadata
Assignees
Labels
No labels