-
SHAP/ELI5/LIME/others?
Align with work done by Brody (industrial placement)
-
Hello, I'm having some problems executing DeepExplainer with a Bert model (torch version).
This is the code:
e = shap.DeepExplainer(wrapped, embedding[10:])
shap_values = e.shap_values(em…
-
- Provide a minimal code snippet example that reproduces the bug.
```
from shapash.explainer.smart_explainer import SmartExplainer
```
- Provide screenshots where appropriate
N/A
- What's the ve…
-
### Issue Description
Hello, I am having an issue where the sum of the shap values does not sum to the model prediction - expected_value. The model is in keras. I have included a minimum reproducible…
-
Hi all,
I am a little confused about Shap is dealing with a model i have built in keras that contains a merged layer.
The model is built as follows:
```
left_branch_input = Input(shape=(507…
-
I receive this error when running on python=3.10, pytorch=1.11.0+cu113, torchvision=0.12.0+cu113
```
TypeError Traceback (most recent call last)
Cell In[8], line 4…
-
### This issue is for a: (mark with an `x`)
```
- [x] bug report -> please search issues before submitting
- [ ] feature request
- [ ] documentation issue or request
- [ ] regression (a behavio…
-
Hi,
While I was trying to apply XGBoostRegression and SHAP. I have got this error "AttributeError: module 'shap' has no attribute 'Explainer'".
I have searched it but I could not find the solution…
-
Hi,
First - many thanks for creating such a great library!
I have a model that I have created using the Keras functional API:
```
early_stop = EarlyStopping(monitor = 'val_loss',
…
cmp1 updated
11 months ago
-
Good evening from Brazil.
My name is Raphael, I´m undergraduate student from PUC-Rio and I´m trying to use SHAPLEY on a academic work but I´m having a problem when i try to load a dataset from goog…