Jan Kelin

Results 2 comments of Jan Kelin

It would also be great if when right clicking on game on taskbar and selecting close, it would be closed.

Also seeing this in SMOTE, BorderlineSMOTE and ADASYN. 0.10 works fine, 0.11 breaks. Repro: ``` from imblearn.over_sampling import BorderlineSMOTE from sklearn.datasets import make_classification X, y = make_classification( n_classes=2, class_sep=2, weights=[0.1,...