-
Notifications
You must be signed in to change notification settings - Fork 442
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
[enh]: validate for bayesian optimization algorithm settings #1600
[enh]: validate for bayesian optimization algorithm settings #1600
Conversation
Hi @anencore94. Thanks for your PR. I'm waiting for a kubeflow member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Here is another test case for sure with another wrong algorithm setting yaml
|
/assign @johnugeorge @andreyvelich |
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 a lot for implementing this @anencore94!
I left few comments.
It's happening since Experiment @gaocegege @anencore94 @johnugeorge What do you think about this clean-up design ? |
/ok-to-test |
- use staticmethod rather than classmethod - change convertAlgorithmSpec method name to a snake_case - use .format() rather than f-string Signed-off-by: Jaeyeon Kim <[email protected]>
SGTM. |
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 this great contribution @anencore94!
/lgtm
cc @gaocegege @johnugeorge
Yeap That makes sense. I must be helpful when user wants to debug. That pod should be alive. Thanks! @andreyvelich |
/lgtm Thanks for your contribution! 🎉 👍 @anencore94 |
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.
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: andreyvelich, anencore94 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:
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 part of #1126
Checklist:
How I Test
And expected error msg was printed
However, I'm afraid even if suggestion and experiment failed, corresponding deployment/pod stays in running... I'm not sure why does it happens, but I guess it is a bug and should be handled with another PR.