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

Deep method to support non-vectorized feature vectors #177

Open kachayev opened 2 months ago

kachayev commented 2 months ago

Right now we assume that features (e.g. features_s, features_t) are 2-dimentional tensors. This might not always be the case. Should be either stated in the documentation clearly, or we can make it work for ndim > 2.