Skip to content

Commit 6e6dbfd

Browse files
jarverhajarverha
authored andcommitted
import error fix
1 parent f6a478d commit 6e6dbfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

powershap/shap_wrappers/shap_explainer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from numpy.random import RandomState
1313
from sklearn.model_selection import train_test_split
1414
from sklearn.utils.validation import validate_data
15-
import ShapExplainerFactory
15+
from .shap_explainer_factory import ShapExplainerFactory
1616

1717
from sklearn.utils._tags import (
1818
ClassifierTags,

0 commit comments

Comments
 (0)