Skip to content

Conversation

Isalia20
Copy link
Contributor

@Isalia20 Isalia20 commented Apr 6, 2025

What does this PR do?

Fixes #3031 for this release and then will be changed to average=macro for the next release

  • Was this discussed/agreed via a Github issue? (no need for typos and docs improvements)
  • Did you read the contributor guideline, Pull Request section?

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

@Isalia20
Copy link
Contributor Author

Isalia20 commented Apr 6, 2025

PR for the release after this:
#3042

Will require removing of the warning though which will be done after this is merged

Copy link

codecov bot commented Apr 6, 2025

Codecov Report

Attention: Patch coverage is 66.66667% with 2 lines in your changes missing coverage. Please review.

Project coverage is 35%. Comparing base (e91ced8) to head (5351dbe).
Report is 80 commits behind head on master.

❗ There is a different number of reports uploaded between BASE (e91ced8) and HEAD (5351dbe). Click for more details.

HEAD has 6 uploads less than BASE
Flag BASE (e91ced8) HEAD (5351dbe)
gpu 3 0
unittest 3 0
Additional details and impacted files
@@           Coverage Diff            @@
##           master   #3041     +/-   ##
========================================
- Coverage      70%     35%    -35%     
========================================
  Files         357     343     -14     
  Lines       19736   19554    -182     
========================================
- Hits        13841    6789   -7052     
- Misses       5895   12765   +6870     
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Collaborator

@SkafteNicki SkafteNicki left a comment

Choose a reason for hiding this comment

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

@SkafteNicki SkafteNicki added this to the v1.8.0 milestone Apr 7, 2025
@rittik9
Copy link
Collaborator

rittik9 commented Apr 7, 2025

Hi all, just checking in — what's the plan for this PR? @SkafteNicki @Borda

Co-authored-by: Nicki Skafte Detlefsen <[email protected]>
@mergify mergify bot requested a review from a team April 7, 2025 09:50
@mergify mergify bot added the ready label Apr 7, 2025
@Borda Borda merged commit 12125c0 into Lightning-AI:master Apr 7, 2025
64 checks passed
Borda pushed a commit that referenced this pull request May 27, 2025
* dice score add warnings
* Apply suggestions from code review

---------

Co-authored-by: Nicki Skafte Detlefsen <[email protected]>
(cherry picked from commit 12125c0)
Borda pushed a commit that referenced this pull request May 28, 2025
* dice score add warnings
* Apply suggestions from code review

---------

Co-authored-by: Nicki Skafte Detlefsen <[email protected]>
(cherry picked from commit 12125c0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DiceScore uses average='micro' by default, while other methods use average='macro'
4 participants