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

No need for mark-as-final operation #128

Closed kachayev closed 7 months ago

kachayev commented 7 months ago

With #123 being merged the selector does not check if estimator was 'final' in the pipeline. Thus the API for marking is not needed.

codecov[bot] commented 7 months ago

Codecov Report

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

Project coverage is 91.83%. Comparing base (4950a16) to head (b863a90).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #128 +/- ## ========================================== - Coverage 91.85% 91.83% -0.02% ========================================== Files 43 43 Lines 3400 3392 -8 ========================================== - Hits 3123 3115 -8 Misses 277 277 ```

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