scikit-adaptation / skada

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

[MRG] Propagate adaptation output through multiple steps #149

Closed kachayev closed 6 months ago

kachayev commented 6 months ago

Closes #146

codecov[bot] commented 6 months ago

Codecov Report

Merging #149 (71e9fa5) into main (aac52aa) will decrease coverage by 0.06%. The diff coverage is 91.61%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #149 +/- ## ========================================== - Coverage 97.43% 97.37% -0.06% ========================================== Files 48 48 Lines 4321 4422 +101 ========================================== + Hits 4210 4306 +96 - Misses 111 116 +5 ```
kachayev commented 6 months ago

@rflamary This one seems to be ready. The processing gets more and more complex as we have a wider range of selectors to deal with. The code needs to be refactored to move common logical blocks out (to utils) though a specific way of doing so will definitely require some time and exploration. I will gladly tackle it in a separate PR.