scikit-adaptation / skada

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

Support nested DA pipelines #100

Closed kachayev closed 5 months ago

kachayev commented 5 months ago

The idea is to 'detect' that we got DA pipeline as a single step in the pipeline and 'unroll' steps by appending them in the current pipeline.

Closes #98

codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (296fc86) 88.99% compared to head (4c86a4b) 89.05%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #100 +/- ## ========================================== + Coverage 88.99% 89.05% +0.06% ========================================== Files 41 41 Lines 2707 2731 +24 ========================================== + Hits 2409 2432 +23 - Misses 298 299 +1 ```

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