Skip to content

Commit

Permalink
bugfix with version
Browse files Browse the repository at this point in the history
  • Loading branch information
mmschlk committed Nov 30, 2023
1 parent fb1a6a6 commit 7f21a8b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion shapiq/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""shapiq is a library creating explanations for machine learning models based on
the well established Shapley value and its generalization to interaction.
"""

from __version__ import __version__

# approximator classes
from .approximator import PermutationSamplingSII, PermutationSamplingSTI, RegressionFSI, ShapIQ
Expand All @@ -25,6 +25,8 @@
)

__all__ = [
# version
"__version__",
# approximators
"ShapIQ",
"PermutationSamplingSII",
Expand Down

0 comments on commit 7f21a8b

Please sign in to comment.