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 raise informative error message when SV are all noise #1016

Closed glemaitre closed 1 year ago

glemaitre commented 1 year ago

closes #742

In the case that all support vectors are detected as noise in SVMSMOTE, there is no other choice than raise a proper error.