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

Make deep method work with `make_da_pipeline` #119

Open tgnassou opened 4 months ago

tgnassou commented 4 months ago

Deep methods can not be put in a make_da_pipeline since the pipeline detects it like an estimator, which should not get access to target data.

kachayev commented 2 months ago

I guess we can close this one as #159 is already merged, right @tgnassou ?