-
Notifications
You must be signed in to change notification settings - Fork 443
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
Implement validation for early stopping #1709
Implement validation for early stopping #1709
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.
Thank you so much for driving this @tenzen-y!
I left my questions.
cfc5f62
to
d98467c
Compare
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: tenzen-y The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
28324da
to
171d37e
Compare
9eb4ab0
to
c04704c
Compare
c04704c
to
0e35f07
Compare
Can you comment with |
All (the pull request submitter and all commit authors) CLAs are signed, but one or more commits were authored or co-authored by someone other than the pull request submitter. We need to confirm that all authors are ok with their commits being contributed to this project. Please have them confirm that by leaving a comment that contains only Note to project maintainer: There may be cases where the author cannot leave a comment, or the comment is not properly detected as consent. In those cases, you can manually confirm consent of the commit author(s), and set the ℹ️ Googlers: Go here for more info. |
Co-authored-by: Andrey Velichkevich <andrey.velichkevich@gmail.com>
All (the pull request submitter and all commit authors) CLAs are signed, but one or more commits were authored or co-authored by someone other than the pull request submitter. We need to confirm that all authors are ok with their commits being contributed to this project. Please have them confirm that by leaving a comment that contains only Note to project maintainer: There may be cases where the author cannot leave a comment, or the comment is not properly detected as consent. In those cases, you can manually confirm consent of the commit author(s), and set the ℹ️ Googlers: Go here for more info. |
All (the pull request submitter and all commit authors) CLAs are signed, but one or more commits were authored or co-authored by someone other than the pull request submitter. We need to confirm that all authors are ok with their commits being contributed to this project. Please have them confirm that by leaving a comment that contains only Note to project maintainer: There may be cases where the author cannot leave a comment, or the comment is not properly detected as consent. In those cases, you can manually confirm consent of the commit author(s), and set the ℹ️ Googlers: Go here for more info. |
@googlebot I consent. |
564e93a
to
8ca5b26
Compare
8ca5b26
to
cae15c6
Compare
I addressed all your 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.
Thank you for the updates @tenzen-y!
/lgtm
/assign @gaocegege @johnugeorge
Thanks for the review! @andreyvelich |
I think API Reference page is outdated. |
Sounds good to me. |
SGTM!
|
Removed description about updating gRPC API docs in kubeflow website. @andreyvelich |
Thanks @tenzen-y! |
Could you review this PR? @gaocegege @johnugeorge |
Sorry for delay |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: johnugeorge, tenzen-y The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What this PR does / why we need it:
Users can not find the wrong algorithm name until to start trial Pod since there are no validating webhooks for early stopping. So, implement validating webhooks for
spec.earlyStopping.algorithmName
.Also, I implement gRPC API to verify parameters for early stopping so that it can verify parameters.
In addition, I fix some documentations.
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #1680
/assign
/assign @andreyvelich @gaocegege @johnugeorge