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

Implement the Circular Validation Strategy #111

Closed YanisLalou closed 4 months ago

YanisLalou commented 5 months ago

See [5]: https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=4803844 Implement the Circular Validation Strategy as a way to score a DA method. This scorer should work with the sklearn.model_selection.GridSearchCV