-
Notifications
You must be signed in to change notification settings - Fork 1.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
XGBoost demo - Removing unnecessary parameters and adding quota check. #3049
Conversation
Do you mind adding one line to |
You might need to change |
/retest |
1 similar comment
/retest |
@numerology thank you for calling this out, updated the test config yaml as well as read me file. kindly let me know if there is any feedback. |
changed to WIP to incorporate quota verification changes from @numerology update to diagnose_me component. |
Co-Authored-By: Jiaxiao Zheng <jxzheng@google.com>
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: numerology 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 |
kubeflow#3049) * Removing unnecessary parameters. * changing default workers to 1 and rounds to 5 * removing region * Adding quota check * correcting typo * updating the diagnose_me component * Removing fail on error for diagnostic step * Update samples/core/xgboost_training_cm/xgboost_training_cm.py Co-Authored-By: Jiaxiao Zheng <jxzheng@google.com> Co-authored-by: Jiaxiao Zheng <jxzheng@google.com>
…d` (kubeflow#3049) * Create a separate action to free-up disk space on GH action runner * Move 'free-up-disk-space' step outside 'minikube-setup' action * Free-up disk space before running 'predictor-runtime-build' Signed-off-by: Christian Kadner <ckadner@us.ibm.com>
Goal of this PR is to limit the parameters for the XGboost demo pipeline.
This change is