scikit-adaptation / skada

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

`SelectSource` and `SelectTarget` selectors #142

Closed kachayev closed 4 months ago

kachayev commented 4 months ago

Closes #116

codecov[bot] commented 4 months ago

Codecov Report

Merging #142 (67ad81a) into main (35a3897) will decrease coverage by 15.56%. The diff coverage is 100.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #142 +/- ## =========================================== - Coverage 97.62% 82.07% -15.56% =========================================== Files 47 41 -6 Lines 3924 3748 -176 =========================================== - Hits 3831 3076 -755 - Misses 93 672 +579 ```