Patrick Ferraz

Results 1 comments of Patrick Ferraz

Similar error here with __DeepExplainer__: ```py import shap background = x_train[np.random.choice(x_train.shape[0], 100, replace=False)] e = shap.DeepExplainer(model, background ) shap_values = e.shap_values(x_test[:10]) ``` Error: ``` LookupError: gradient registry has no entry...