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

Clarify input shape expectation in classification for samplewise reduction #2119

Merged
merged 5 commits into from
Oct 2, 2023

Conversation

SkafteNicki
Copy link
Member

@SkafteNicki SkafteNicki commented Sep 28, 2023

What does this PR do?

Fixes #2113

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--2119.org.readthedocs.build/en/2119/

@SkafteNicki SkafteNicki added the documentation Improvements or additions to documentation label Sep 28, 2023
@SkafteNicki SkafteNicki added this to the v1.2.x milestone Sep 28, 2023
@github-actions github-actions bot added topic: Classif and removed documentation Improvements or additions to documentation labels Sep 28, 2023
@codecov
Copy link

codecov bot commented Sep 28, 2023

Codecov Report

Merging #2119 (75fa0e3) into master (886c09b) will decrease coverage by 39%.
Report is 1 commits behind head on master.
The diff coverage is n/a.

Additional details and impacted files
@@           Coverage Diff            @@
##           master   #2119     +/-   ##
========================================
- Coverage      87%     48%    -39%     
========================================
  Files         293     293             
  Lines       16327   16327             
========================================
- Hits        14187    7756   -6431     
- Misses       2140    8571   +6431     

@mergify mergify bot added the ready label Sep 28, 2023
@stancld stancld enabled auto-merge (squash) October 1, 2023 13:47
@stancld stancld merged commit 2c18063 into master Oct 2, 2023
66 checks passed
@stancld stancld deleted the docs/classification branch October 2, 2023 13:14
matsumotosan pushed a commit to matsumotosan/metrics that referenced this pull request Oct 4, 2023
…duction (Lightning-AI#2119)

Clarify input shape expectation in classification for `samplewise` reduction
Borda pushed a commit that referenced this pull request Nov 30, 2023
…duction (#2119)

Clarify input shape expectation in classification for `samplewise` reduction

(cherry picked from commit 2c18063)
Borda pushed a commit that referenced this pull request Dec 1, 2023
…duction (#2119)

Clarify input shape expectation in classification for `samplewise` reduction

(cherry picked from commit 2c18063)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Behavior of classification metrics changed in stable version and not well-documented
3 participants