We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6a478d commit 6e6dbfdCopy full SHA for 6e6dbfd
powershap/shap_wrappers/shap_explainer.py
@@ -12,7 +12,7 @@
12
from numpy.random import RandomState
13
from sklearn.model_selection import train_test_split
14
from sklearn.utils.validation import validate_data
15
-import ShapExplainerFactory
+from .shap_explainer_factory import ShapExplainerFactory
16
17
from sklearn.utils._tags import (
18
ClassifierTags,
0 commit comments