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

`_find_y_type` to return enum #85

Closed kachayev closed 4 months ago

kachayev commented 5 months ago

Enums are more convenient to work with as they provide access to static and dynamic code analysis.