scikit-adaptation / skada

Domain adaptation toolbox compatible with scikit-learn and pytorch
https://scikit-adaptation.github.io/
BSD 3-Clause "New" or "Revised" License
54 stars 16 forks source link

[MRG] Make `make_da_pipeline` work with deep methods #159

Closed tgnassou closed 2 months ago

tgnassou commented 3 months ago

Related to issue #119

codecov[bot] commented 3 months ago

Codecov Report

Merging #159 (2aaa064) into main (ff06a8b) will increase coverage by 0.01%. The diff coverage is 100.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #159 +/- ## ========================================== + Coverage 97.39% 97.41% +0.01% ========================================== Files 48 49 +1 Lines 4422 4447 +25 ========================================== + Hits 4307 4332 +25 Misses 115 115 ```