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 the auto/scale mode in KLIEP #157

Closed YanisLalou closed 6 months ago

YanisLalou commented 6 months ago

Add the auto/scale mode in KLIEP as done with sklearn SVC

codecov[bot] commented 6 months ago

Codecov Report

Merging #157 (dd7245f) into main (05bbc19) will increase coverage by 0.03%. The diff coverage is 100.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #157 +/- ## ========================================== + Coverage 97.11% 97.14% +0.03% ========================================== Files 47 47 Lines 4191 4203 +12 ========================================== + Hits 4070 4083 +13 + Misses 121 120 -1 ```