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

Add SHAP explanations to Neural Network #112

Closed
pplonski opened this issue Jul 8, 2020 · 2 comments
Closed

Add SHAP explanations to Neural Network #112

pplonski opened this issue Jul 8, 2020 · 2 comments
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@pplonski
Copy link
Contributor

pplonski commented Jul 8, 2020

No description provided.

@pplonski
Copy link
Contributor Author

pplonski commented Jul 9, 2020

For now, I just disabled SHAP explanations for NN, waiting for a solution for faster computation.

@pplonski pplonski added enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed and removed bug Something isn't working labels Oct 2, 2020
@pplonski
Copy link
Contributor Author

pplonski commented Oct 2, 2020

The NN is using sklearn right now. I've checked and the only option I found was to use KernelExplainer which was very slow for NN. I will disable it for now because of speed.

shap.KernelExplainer(algorithm.model.predict, X_train) 

@pplonski pplonski closed this as completed Oct 2, 2020
pplonski added a commit that referenced this issue Oct 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant