-
Notifications
You must be signed in to change notification settings - Fork 505
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[DA] Sinkhorn L1L2 transport to work on JAX (#587)
* Draft sinkhorn_l1l2_transport to work on JAX * Move label_to_masks in utils * Move nan_to_num to backend * Proper test case for semi-supervised DA * Test case for label to mask computation * Simplified axis operations for labels * Allow JAX backend for BaseEstimator * Label normalization performs copy only when necessary * Fix comment regarding label transformation * Update RELEASES * Additional backend tests for nan_to_num * min(unique(y)) === min(y) * Avoid catching all warnings as JAX throws deprecation * No need to import warnings module --------- Co-authored-by: Rémi Flamary <[email protected]>
- Loading branch information
Showing
7 changed files
with
131 additions
and
70 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.