-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
[Sample] Add back visualization in XGBoost sample #2384
[Sample] Add back visualization in XGBoost sample #2384
Conversation
…enew-xgboost-sample # Conflicts: # samples/core/xgboost_training_cm/xgboost_training_cm.py
…enew-xgboost-sample
…enew-xgboost-sample # Conflicts: # samples/core/xgboost_training_cm/xgboost_training_cm.py
…enew-xgboost-sample
…dd-back-visualization-based-on-xgb # Conflicts: # samples/core/xgboost_training_cm/xgboost_training_cm.py # test/sample-test/run_sample_test.py
/hold cancel |
/retest |
/retest |
Have you manually run the sample and checked the confusion matrix and roc was rendered correctly? |
Yes I did. |
Great, thanks |
This reverts commit 81ba446
…dd-back-visualization-based-on-xgb
/retest |
/lgtm |
/approve |
[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 |
/retest |
1 similar comment
/retest |
Signed-off-by: Rafael Vasquez <rafael.vasquez@ryerson.ca> Signed-off-by: Rafael Vasquez <rafael.vasquez@ryerson.ca>
Per discussion re: #2177 , new GCP components do not support visualization well due to the lack of custom output. However, for XGBoost sample particularly, we can have a workaround by setting the related data path manually.
TODO:
This change is