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! |
|
We can close this PR in favor of #679 |
For now we've only implemented
cmonge_gap_from_samples, we will follow with aConditionalMongeGapEstimator.