In [this line](https://github.com/scikit-learn-contrib/imbalanced-learn/blob/f177b05/imblearn/over_sampling/_smote/base.py#L515), when adding the median(std) to the OHE matrix to estimate the distance of categorical features, the median is divided by 2. Is this a bug? or is this intentional? and if intentional, why? thanks a lot!