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

feat: HyperSHAP #102

Open
wants to merge 33 commits into
base: main
Choose a base branch
from
Open

feat: HyperSHAP #102

wants to merge 33 commits into from

Conversation

Fersoil
Copy link
Collaborator

@Fersoil Fersoil commented Oct 18, 2024

Resolves an issue #98

Copy link

codecov bot commented Oct 18, 2024

Codecov Report

Attention: Patch coverage is 95.01558% with 16 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
src/meteors/visualize/shap/plots.py 94.83% 11 Missing ⚠️
src/meteors/shap/shap.py 92.68% 3 Missing ⚠️
src/meteors/shap/explanation.py 96.55% 2 Missing ⚠️
Flag Coverage Δ
unittests 94.52% <95.01%> (+0.07%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
src/meteors/__init__.py 100.00% <100.00%> (ø)
src/meteors/shap/__init__.py 100.00% <100.00%> (ø)
src/meteors/visualize/__init__.py 100.00% <100.00%> (ø)
src/meteors/visualize/attr_visualize.py 98.86% <100.00%> (ø)
src/meteors/visualize/shap/__init__.py 100.00% <100.00%> (ø)
src/meteors/shap/explanation.py 96.55% <96.55%> (ø)
src/meteors/shap/shap.py 92.68% <92.68%> (ø)
src/meteors/visualize/shap/plots.py 94.83% <94.83%> (ø)

@Fersoil
Copy link
Collaborator Author

Fersoil commented Oct 24, 2024

TODO:

  • merge changes from main
  • tests for SHAPExplanation
  • add tests for hypershap
  • beeswarm
  • waterfall
  • dependency plot (fig 1)
  • add dependency to README
  • correct linting
  • docs
  • remove feature names field
  • add aggregation to barplot - inspiration from figure 2

@Fersoil Fersoil marked this pull request as ready for review November 15, 2024 13:56
@Fersoil Fersoil linked an issue Nov 21, 2024 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement HyperShap
1 participant