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

275 remove shap as optional dependency #296

Merged
merged 24 commits into from
Jan 10, 2025

Conversation

Advueu963
Copy link
Collaborator

This PR attempts to remove shap as an optional dependency and closes issue #275 .

Currently, bar,waterfall and force plots depend on their corresponding shap implementation.
This has been removed, by re-using the necessary code but eliminating any conversion functions currently needed.
In particular, now the plots only depend on the InteractionValues object.

@Advueu963 Advueu963 requested a review from mmschlk January 5, 2025 11:55
@Advueu963 Advueu963 self-assigned this Jan 5, 2025
@Advueu963 Advueu963 linked an issue Jan 5, 2025 that may be closed by this pull request
Copy link
Owner

@mmschlk mmschlk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think now this PR can be merged. Some minor things might still be subject to change but this is a very nice contribution!

@mmschlk mmschlk self-assigned this Jan 10, 2025
@mmschlk mmschlk merged commit 34a86e3 into main Jan 10, 2025
7 of 8 checks passed
@mmschlk mmschlk deleted the 275-remove-shap-as-optional-dependency branch January 10, 2025 18:28
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

Successfully merging this pull request may close these issues.

Remove shap as optional dependency
2 participants