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

Feature: multioutput mse #1937

Merged
merged 22 commits into from
Aug 7, 2023
Merged

Feature: multioutput mse #1937

merged 22 commits into from
Aug 7, 2023

Conversation

SkafteNicki
Copy link
Member

@SkafteNicki SkafteNicki commented Jul 25, 2023

What does this PR do?

Fixes #1929

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

@SkafteNicki SkafteNicki added the enhancement New feature or request label Jul 25, 2023
@SkafteNicki SkafteNicki added this to the v1.1.0 milestone Jul 25, 2023
@codecov
Copy link

codecov bot commented Jul 25, 2023

Codecov Report

Merging #1937 (68ea8d0) into master (b22ca97) will decrease coverage by 47%.
Report is 1 commits behind head on master.
The diff coverage is 92%.

Additional details and impacted files
@@           Coverage Diff            @@
##           master   #1937     +/-   ##
========================================
- Coverage      86%     40%    -47%     
========================================
  Files         266     266             
  Lines       15185   15198     +13     
========================================
- Hits        13131    6028   -7103     
- Misses       2054    9170   +7116     

@mergify mergify bot removed the has conflicts label Jul 28, 2023
@mergify mergify bot added the ready label Aug 1, 2023
@mergify mergify bot removed the ready label Aug 1, 2023
@mergify mergify bot added the ready label Aug 1, 2023
@mergify mergify bot added the has conflicts label Aug 3, 2023
@mergify mergify bot removed the has conflicts label Aug 3, 2023
@Borda Borda enabled auto-merge (squash) August 3, 2023 18:10
@mergify mergify bot added the has conflicts label Aug 7, 2023
@mergify mergify bot removed the has conflicts label Aug 7, 2023
@Borda Borda merged commit b85d84b into master Aug 7, 2023
@Borda Borda deleted the feature/multioutput_mse branch August 7, 2023 21:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request ready
Projects
None yet
Development

Successfully merging this pull request may close these issues.

MeanSquaredError normalization
3 participants