scikit-learn-contrib / imbalanced-learn

A Python Package to Tackle the Curse of Imbalanced Datasets in Machine Learning
https://imbalanced-learn.org
MIT License
6.85k stars 1.29k forks source link

ENH support array-like of str for categorical_features in SMOTENC #1008

Closed glemaitre closed 1 year ago

glemaitre commented 1 year ago

Make it possible to pass an array-like of str as a parameter of categorical_features for SMOTENC.