Skip to content

Fix: Add missing _label_overlap function and integrate into metrics#1246

Merged
mrariden merged 1 commit intoMouseLand:mainfrom
mario-koddenbrock:fix_aggregated_jaccard_index
Jun 27, 2025
Merged

Fix: Add missing _label_overlap function and integrate into metrics#1246
mrariden merged 1 commit intoMouseLand:mainfrom
mario-koddenbrock:fix_aggregated_jaccard_index

Conversation

@mario-koddenbrock
Copy link
Copy Markdown
Contributor

Implemented missing _label_overlap function required for accurate computation in aggregated_jaccard_index. Updated aggregated_jaccard_index and _intersection_over_union functions to utilize this helper function, ensuring consistency and correctness of metric calculations.

Implemented missing `_label_overlap` function required for accurate computation in `aggregated_jaccard_index`. Updated `aggregated_jaccard_index` and `_intersection_over_union` functions to utilize this helper function, ensuring consistency and correctness of metric calculations.
@codecov
Copy link
Copy Markdown

codecov bot commented Jun 25, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 48.96%. Comparing base (682a1de) to head (8483650).
Report is 65 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1246      +/-   ##
==========================================
+ Coverage   47.13%   48.96%   +1.83%     
==========================================
  Files          16       16              
  Lines        3711     3762      +51     
==========================================
+ Hits         1749     1842      +93     
+ Misses       1962     1920      -42     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Copy Markdown
Collaborator

@mrariden mrariden left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good

@mrariden mrariden merged commit 992d7b4 into MouseLand:main Jun 27, 2025
8 of 9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants