File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 55from powershap .shap_wrappers import ShapExplainerFactory
66from powershap .shap_wrappers .shap_explainer import (
77 CatboostExplainer ,
8- DeepLearningExplainer ,
8+ # DeepLearningExplainer,
99 EnsembleExplainer ,
1010 LGBMExplainer ,
1111 LinearExplainer ,
@@ -111,11 +111,11 @@ def test_get_ensemble_explainer():
111111 assert isinstance (explainer , EnsembleExplainer )
112112
113113
114- def test_get_deep_learning_explainer ():
115- import tensorflow as tf
114+ # def test_get_deep_learning_explainer():
115+ # import tensorflow as tf
116116
117- explainer = ShapExplainerFactory .get_explainer (tf .keras .Sequential ())
118- assert isinstance (explainer , DeepLearningExplainer )
117+ # explainer = ShapExplainerFactory.get_explainer(tf.keras.Sequential())
118+ # assert isinstance(explainer, DeepLearningExplainer)
119119
120120
121121def test_value_error_get_explainer ():
You can’t perform that action at this time.
0 commit comments