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] Add LS-ConS method #103

Closed antoinecollas closed 7 months ago

antoinecollas commented 7 months ago

This PR implements the LS-ConS method from http://proceedings.mlr.press/v28/zhang13d.pdf (mainly eq.9 and 10). Related issue: https://github.com/scikit-adaptation/skada/issues/43

codecov[bot] commented 7 months ago

Codecov Report

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

Project coverage is 97.63%. Comparing base (2ba92b4) to head (7475189).

Files Patch % Lines
skada/_mapping.py 97.59% 2 Missing :warning:
skada/utils.py 91.30% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #103 +/- ## ========================================== - Coverage 97.63% 97.63% -0.01% ========================================== Files 47 47 Lines 3758 3925 +167 ========================================== + Hits 3669 3832 +163 - Misses 89 93 +4 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.