Skip to content
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

Newmetric: Jensen-Shannon Divergence #2992

Merged
merged 9 commits into from
Mar 7, 2025
Merged

Newmetric: Jensen-Shannon Divergence #2992

merged 9 commits into from
Mar 7, 2025

Conversation

SkafteNicki
Copy link
Member

@SkafteNicki SkafteNicki commented Mar 6, 2025

What does this PR do?

Fixes #2947

Before submitting
  • Was this discussed/agreed via a Github issue? (no need for typos and docs improvements)
  • Did you read the contributor guideline, Pull Request section?
  • Did you make sure to update the docs?
  • Did you write any new necessary tests?
PR review

Anyone in the community is free to review the PR once the tests have passed.
If we didn't discuss your PR in Github issues there's a high chance it will not be merged.

Did you have fun?

Make sure you had fun coding 🙃


📚 Documentation preview 📚: https://torchmetrics--2992.org.readthedocs.build/en/2992/

@SkafteNicki SkafteNicki added this to the v1.7.0 milestone Mar 6, 2025
@SkafteNicki SkafteNicki self-assigned this Mar 6, 2025
@github-actions github-actions bot added documentation Improvements or additions to documentation topic: Regress labels Mar 6, 2025
Copy link

codecov bot commented Mar 6, 2025

Codecov Report

Attention: Patch coverage is 84.21053% with 12 lines in your changes missing coverage. Please review.

Project coverage is 70%. Comparing base (d6a1ad2) to head (1e4df31).
Report is 1 commits behind head on master.

Additional details and impacted files
@@          Coverage Diff           @@
##           master   #2992   +/-   ##
======================================
  Coverage      70%     70%           
======================================
  Files         350     352    +2     
  Lines       19538   19615   +77     
======================================
+ Hits        13589   13658   +69     
- Misses       5949    5957    +8     
🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@mergify mergify bot added the ready label Mar 6, 2025
@Borda Borda merged commit 34fca16 into master Mar 7, 2025
60 checks passed
@Borda Borda deleted the newmetric/js_divergence branch March 7, 2025 19:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation New metric ready topic: Regress
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Adding Jensen-Shannon (JS) Divergence Metric
2 participants