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

Fix the use of logits in calibration error #985

Merged
merged 7 commits into from
Apr 26, 2022

Conversation

SkafteNicki
Copy link
Member

@SkafteNicki SkafteNicki commented Apr 25, 2022

What does this PR do?

Fixes #974
Lets calibration error metric be used in combination with logits.

Before submitting

  • Was this discussed/approved 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 🙃

@SkafteNicki SkafteNicki added bug / fix Something isn't working enhancement New feature or request labels Apr 25, 2022
@SkafteNicki SkafteNicki added this to the v0.9 milestone Apr 25, 2022
@codecov
Copy link

codecov bot commented Apr 25, 2022

Codecov Report

Merging #985 (41b10d6) into master (e236821) will decrease coverage by 8%.
The diff coverage is 100%.

@@          Coverage Diff           @@
##           master   #985    +/-   ##
======================================
- Coverage      95%    87%    -8%     
======================================
  Files         177    177            
  Lines        7518   7522     +4     
======================================
- Hits         7144   6548   -596     
- Misses        374    974   +600     

@Borda Borda modified the milestones: v0.9, v0.8 Apr 25, 2022
@SkafteNicki SkafteNicki merged commit c494f35 into master Apr 26, 2022
@SkafteNicki SkafteNicki deleted the bugfix/calibration_negative_input branch April 26, 2022 13:45
Borda pushed a commit that referenced this pull request Apr 26, 2022
* fix

* Update CHANGELOG.md

* fix logical operator

Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>

(cherry picked from commit c494f35)
@Borda Borda added this to the v0.8 milestone May 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug / fix Something isn't working enhancement New feature or request ready
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Calibration error does not support negative logits
3 participants