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

FIX handle sparse matrices in SMOTEN #1003

Closed glemaitre closed 1 year ago

glemaitre commented 1 year ago

closes #971

Handle sparse matrices at the cost of efficiency in SMOTEN.