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 full NaT columns properly in Random*Sampler #1059

Closed glemaitre closed 10 months ago

glemaitre commented 10 months ago

closes #1055

I don't have a better fix than special casing this one.