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

`SelectSourceTarget` selector #145

Closed kachayev closed 4 months ago

kachayev commented 4 months ago

The selector that takes a pair of base estimators: one for sources, another one for targets.

codecov[bot] commented 4 months ago

Codecov Report

Merging #145 (dd42b4b) into main (42fd58d) will decrease coverage by 0.19%. The diff coverage is 91.93%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #145 +/- ## ========================================== - Coverage 97.67% 97.49% -0.19% ========================================== Files 47 47 Lines 4008 4117 +109 ========================================== + Hits 3915 4014 +99 - Misses 93 103 +10 ```