I'm running some scripts with https://github.com/scikit-learn-contrib/imbalanced-learn/blob/master/imblearn/datasets/_zenodo.py. I see that all features (including categorical) are parsed as floats. Does this have any downstream artifacts? How is classification successfully tackled?
I'm running some scripts with
https://github.com/scikit-learn-contrib/imbalanced-learn/blob/master/imblearn/datasets/_zenodo.py
. I see that all features (including categorical) are parsed as floats. Does this have any downstream artifacts? How is classification successfully tackled?