-
Notifications
You must be signed in to change notification settings - Fork 532
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
Move SHAP explainers out of experimental #3596
Merged
Merged
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
32487bc
ENH Plot tests and test cleanups
dantegd b61f6a0
DBG Add conda-forge shap to CI for testing
dantegd f5e188d
FIX comment print to fix pep8
dantegd a1b5583
DBG Add pip shap to CI for testing
dantegd af3dc79
Merge branch '019-enh-shap-plots' of github.com:dantegd/cuml into 019…
dantegd ed059e5
Merge branch-0.19 into 019-enh-shap-plots
dantegd 6c55212
ENH Multiple enhancements
dantegd 0a377d5
Merge branch 'branch-0.19' of https://github.com/rapidsai/cuml into 0…
dantegd b29eaed
ENH Move explainers out of experimental
dantegd 6f2dfaa
FIX Remove not needed function
dantegd d5761fe
ENH Multiple enhancements, corrections to remove experimental and add…
dantegd 688b2a0
FIX The smallest copyright fix so far...
dantegd 68475ba
Update python/cuml/explainer/kernel_shap.pyx
dantegd 8b467d2
Update python/cuml/explainer/kernel_shap.pyx
dantegd e48ddaf
Update python/cuml/explainer/kernel_shap.pyx
dantegd 0b5a4b0
Update python/cuml/explainer/permutation_shap.pyx
dantegd 8785f19
FIX Add more samples to pytests and fix a bug in permutation shap
dantegd 3c51ae1
FIX gpu ci build script and stray print
dantegd d834754
Merge branch 'branch-0.19' of https://github.com/rapidsai/cuml into 0…
dantegd 4b10e49
FIX temporarily xfail hellinger pytest
dantegd File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
This will include version 0.39 as well. Did you want to exclude 0.39 or include it @dantegd
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.
Include it, the original had the wrong blank space because I accidentally replaced the
<=
for<
in a bulk replace when I was doing something else, thanks for the notice!