-
Notifications
You must be signed in to change notification settings - Fork 564
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
TreeExplainer extensions #4697
TreeExplainer extensions #4697
Conversation
…treeshap-refactor
…treeshap-refactor
The segmentation fault again: https://gpuci.gpuopenanalytics.com/job/rapidsai/job/gpuci-22-06/job/cuml/job/prb/job/cuml-gpu-test/CUDA=11.0,GPU_LABEL=driver-450,LINUX_VER=centos7,PYTHON=3.8/58/consoleText It is only appearing on centos 7. |
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
rerun tests |
3 similar comments
rerun tests |
rerun tests |
rerun tests |
Rerun tests |
The centos container is still intermittently failing. I have tried to reproduce it locally in the same container without any success. Given that we need this PR and I don't think it is related to any changes here, we could try to detect centos and skip xgboost tests. |
@RAMitchell not sure if related, but I'm also seeing a similar failure in the other containers on this PR: #4582 |
294fbad
to
c47b354
Compare
Removing |
rerun tests |
Codecov Report
@@ Coverage Diff @@
## branch-22.06 #4697 +/- ##
===============================================
Coverage ? 88.54%
===============================================
Files ? 370
Lines ? 34759
Branches ? 0
===============================================
Hits ? 30777
Misses ? 3982
Partials ? 0
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
@gpucibot merge |
Stacked on rapidsai#4671. - Remove extra redundant class in python layer. - Simplify the interface between C++ and python using variants. - Fix rapidsai#4670 by allowing double precision data - Document TreeExplainer - Add interventional shap method - Add shapley interactions and taylor interactions - Promote from experimental - Support sklearn estimator types from xgb/lgbm (i.e. no need to convert to booster before using TreeExplainer) Authors: - Rory Mitchell (https://github.com/RAMitchell) Approvers: - Philip Hyunsu Cho (https://github.com/hcho3) - Dante Gama Dessavre (https://github.com/dantegd) URL: rapidsai#4697
Stacked on #4671.