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 add categorical_encoder param to SMOTENC #1000

Closed glemaitre closed 1 year ago

glemaitre commented 1 year ago

closes #990

Add a categorical_encoder parameter to SMOTENC in order to customize the parameters of the encoder easily.