-
-
Notifications
You must be signed in to change notification settings - Fork 650
Added score_sign to add_early_stopping_by_val_score and gen_save_best_models_by_val_score #2929
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
Conversation
ddb9378
to
04d3de1
Compare
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.
Thanks for the PR @Hummer12007 and sorry for delay!
Let's see if CI is passing, otherwise looks good to me
@Hummer12007 seems like code formatting checker is not happy. Please run the following locally and update the PR:
|
Co-authored-by: vfdev <vfdev.5@gmail.com>
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.
LGTM, thanks @Hummer12007 !
Description: added a score_sign argument to add_early_stopping_by_val_score to support easy setup of early stopping by loss.
Check list: