Skip to content
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

Support for GPUTree #281

Open
saishashank85 opened this issue Aug 25, 2023 · 5 comments
Open

Support for GPUTree #281

saishashank85 opened this issue Aug 25, 2023 · 5 comments

Comments

@saishashank85
Copy link

saishashank85 commented Aug 25, 2023

shap.explainers.GPUTree

@oegedijk
Copy link
Owner

For the time being you can manually add this with:

explainer = ClassifierExplainer(model, X, y)
explainer.shap_explainer = GPUTree(model, X)
ExplainerDashboard(explainer).run()

@oegedijk
Copy link
Owner

I will see however if I can add it add as option (although do not have a cuda device readily available for testing)

@oegedijk
Copy link
Owner

Made a PR here: #291

could you check if you can get this to work?

@datatalking
Copy link

@oegedijk I do have a cuda device, for testing. I was thinking of sending a PR that shows OS and python compatibility.

@oegedijk
Copy link
Owner

oegedijk commented Jan 2, 2024

cool, let me know if #291 works and can be merged or needs some modifications

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants