scikit-adaptation / skada

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

[TO_REVIEW] Enhancements to DomainAwareNet and Scorers to handle `allow_source` arg #258

Closed YanisLalou closed 1 month ago

YanisLalou commented 1 month ago

The most important changes include adding support for source domains in various methods and updating the scoring mechanism to accommodate these changes.

Enhancements to DomainAwareNet:

Updates to testing and metrics: