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] OT Label propagation methods (classical and target shift) #195

Closed rflamary closed 2 months ago

rflamary commented 2 months ago

This PR implement the OT Label Propagation that uses the OT plan to estimate target label

codecov[bot] commented 2 months ago

Codecov Report

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

Project coverage is 97.43%. Comparing base (5c78303) to head (b26fe67).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #195 +/- ## ========================================== - Coverage 97.44% 97.43% -0.02% ========================================== Files 49 50 +1 Lines 4940 5028 +88 ========================================== + Hits 4814 4899 +85 - Misses 126 129 +3 ```