-
Notifications
You must be signed in to change notification settings - Fork 506
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[MRG] Fix bugs for partial OT #215
Conversation
Codecov Report
@@ Coverage Diff @@
## master #215 +/- ##
==========================================
- Coverage 92.28% 88.34% -3.94%
==========================================
Files 15 19 +4
Lines 3006 3157 +151
==========================================
+ Hits 2774 2789 +15
- Misses 232 368 +136 |
why codecov ? why? those files are supposed to be excluded! |
README.md
Outdated
<<<<<<< HEAD | ||
|
||
[29] Chapel, L., Alaya, M., Gasso, G. (2020). [Partial Optimal Transport with Applications on Positive-Unlabeled Learning](https://arxiv.org/abs/2002.08276), Advances in Neural Information Processing Systems (NeurIPS), 2020. | ||
======= |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
merge pb
README.md
Outdated
|
||
[29] Chapel, L., Alaya, M., Gasso, G. (2019). [Partial Gromov-Wasserstein with Applications on Positive-Unlabeled Learning](https://arxiv.org/abs/2002.08276), arXiv preprint arXiv:2002.08276. | ||
|
||
[30] Flamary R., Courty N., Tuia D., Rakotomamonjy A. (2014). [Optimal transport with Laplacian regularization: Applications to domain adaptation and shape matching](https://remi.flamary.com/biblio/flamary2014optlaplace.pdf), NIPS Workshop on Optimal Transport and Machine Learning OTML, 2014. | ||
>>>>>>> 55164e9272c9899ca413fca411d410ec28b736b0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
idem
Codecov Report
@@ Coverage Diff @@
## master #215 +/- ##
==========================================
- Coverage 92.28% 88.34% -3.94%
==========================================
Files 15 19 +4
Lines 3006 3157 +151
==========================================
+ Hits 2774 2789 +15
- Misses 232 368 +136 |
Types of changes
Motivation and context / Related issue
Corrects some bugs on partial-OT and references related to partial-OT
How has this been tested (if it applies)
Checklist
This PR fixes:
the use of the dummy points in function partial_wasserstein
the computation of gamma in function partial_gromov_wasserstein
update the reference paper