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

how can the tool be used with DASK-ML to deal with large data #1079

Closed zou-yawen closed 6 months ago

glemaitre commented 6 months ago

Currently you cannot. The following PR shows what would be needed to go ahead: https://github.com/scikit-learn-contrib/imbalanced-learn/pull/777