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

[ON_HOLD] Additional utility helper to check structure of the `sample_domain` array #105

Open kachayev opened 5 months ago

kachayev commented 5 months ago

The checker makes sure that each domain label is used either as a source or as a target, except for the 'lodo' packing (for which we check that subsets are of the equal size).

codecov[bot] commented 5 months ago

Codecov Report

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

Project coverage is 89.63%. Comparing base (ad285c8) to head (cf00448).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #105 +/- ## ========================================== + Coverage 89.61% 89.63% +0.02% ========================================== Files 41 41 Lines 2850 2866 +16 ========================================== + Hits 2554 2569 +15 - Misses 296 297 +1 ```

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