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

[WIP] Extend `AdaptationOutput` to propagate adapted labels #166

Closed kachayev closed 2 months ago

kachayev commented 2 months ago

So far, AdaptationOutput only carries X and additional routing params. This PRs extends the propagation flow to also carry information about labels, if those were modified during the adaptation.

codecov[bot] commented 2 months ago

Codecov Report

Merging #166 (0d35959) into main (753aa23) will decrease coverage by 0.02%. The diff coverage is 91.30%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #166 +/- ## ========================================== - Coverage 97.40% 97.38% -0.02% ========================================== Files 48 48 Lines 4509 4514 +5 ========================================== + Hits 4392 4396 +4 - Misses 117 118 +1 ```
kachayev commented 2 months ago

Closing this one in favor of #184 184