scikit-adaptation / skada

Domain adaptation toolbox compatible with scikit-learn and pytorch
https://scikit-adaptation.github.io/
BSD 3-Clause "New" or "Revised" License
52 stars 16 forks source link

Fix SelectSource selector #164

Closed YanisLalou closed 2 months ago

YanisLalou commented 2 months ago

Issue: SelectSource is raising the following issue when wrapping estimators: ValueError: Found array with 0 sample(s) (shape=(0, 2)) while a minimum of 1 is required.