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

Force fitting to have non-empty set of masked labels #190

Open kachayev opened 2 months ago

kachayev commented 2 months ago

Add optional argument if the user knows what they are doing (similar to allow_source).

This would likely break many tests + documentation.