-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Don't evaluate entities if no entities present in test data #8813
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Neat! What do you think of my suggestions?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lookin' good! 🚀
@JEM-Mosig Since the original bug resulted in model regression tests failing, did we run model regression tests on this PR to ensure that they don't fail again? |
I ran them locally without errors. |
* add fix * Best model checkpoint allows metrics to be equal to previous best if at least one metric improves (#8875) * Best model checkpoint allows metrics to be equal to previous best if at least one metric improves * Apply suggestions from code review Co-authored-by: Sam Sucik <[email protected]> * Fix checkpointing tests * Apply suggestions from code review: formatting, debug cleanup, improved fixture use * security update to tensorflow 2.3.3 * Don't evaluate entities if no entities present in test data (#8813) * Write bugfix * Fix `should_eval_entities` * Update changelog * Pass on density parameter in test * Improve test * prepared release of version 2.7.1 * Remove unneccessary Path casts Co-authored-by: Daksh <[email protected]> Co-authored-by: koernerfelicia <[email protected]> Co-authored-by: koernerfelicia <[email protected]> Co-authored-by: Ella Rohm-Ensing <[email protected]>
Proposed changes:
_extract_paired_histogram_specification
raises ValueError when no data is provided #8812Status (please check what you already did):
updated the documentationblack
(please check Readme for instructions)