scikit-adaptation / skada

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

Replace `adapt` with `fit_transform` and `transform` #173

Closed kachayev closed 2 months ago

kachayev commented 2 months ago

The idea is to establish API contract for the adapter where we use

This would entail reworking all existing adapters.

kachayev commented 2 months ago

Done in #184