-
Notifications
You must be signed in to change notification settings - Fork 117
Adding conditional monge gap #605
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
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #605 +/- ##
==========================================
- Coverage 87.91% 87.06% -0.86%
==========================================
Files 74 76 +2
Lines 7657 7731 +74
Branches 533 539 +6
==========================================
- Hits 6732 6731 -1
- Misses 783 858 +75
Partials 142 142
|
Issue with
|
|
@michalk8 any thoughts on this? |
Hi @jannisborn , sorry for the late reply! After consulting with @marcocuturi , the best would be to for a slightly modified version of your 1st suggestion, while using the segment function's 1st interface:
The trickiest part is setting the Please take a look at how segment_sinkhorn is implemented; it should be pretty straight-forward to define an Hope this helps! |
For now we've only implemented
cmonge_gap_from_samples, we will follow with aConditionalMongeGapEstimator.