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

[MRG] Major update of Adapter API #184

Closed kachayev closed 2 months ago

kachayev commented 2 months ago

The original idea was to get ability to propagate labels, though it turned out there are a few other things we need to take care about. The list of changes:

There are a few things I need to take care about:

Could be done later:

codecov[bot] commented 2 months ago

Codecov Report

Attention: Patch coverage is 94.95968% with 25 lines in your changes are missing coverage. Please review.

Project coverage is 97.49%. Comparing base (a72b8ff) to head (fb47d11).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #184 +/- ## ========================================== + Coverage 97.37% 97.49% +0.11% ========================================== Files 49 49 Lines 4686 4823 +137 ========================================== + Hits 4563 4702 +139 + Misses 123 121 -2 ```