-
After much consideration, I came to cross to an example which is implemented [here](https://github.com/dataman-git/codes_for_articles/blob/master/Explain%20your%20model%20with%20the%20SHAP%20values%20…
-
![image](https://user-images.githubusercontent.com/23616577/124052053-408aa900-da50-11eb-89ec-7307d206f3a4.png)
this is learner_fold_0_shap_summary.png saved from the decision tree trail, while the o…
-
My model is the following structure
```
Model: "model"
_________________________________________________________________
Layer (type) Output Shape Param #
========…
-
If you may use pycharm or other IDE in Windows, there might be error when installing shaply with pip.
The potential solution could be: `conda install -c conda-forge shapely=1.6.4`
-
In the first place I would like to thank you for your contribution to the ML field.
I have a question regarding the usage of data splits. I am aiming for a publication and I did internal and extern…
-
We train a deep AR model for several time series using gluonts. Now we want to use libraries for explaining the model such as SHAP or LIME. Any suggestion on how to do it? Any other library that you …
-
I would like to contribute by letting the generated graphics of a paper wallet be super shap )by contructing an SVG image - including QR code)
Does anybody know where / who could have the original ba…
-
Hi,
Thank you for developing this useful tool.
The code was working fine but my `tensor.tensor.shap` was `(12, 0)`. I think this caused an issue in the following steps. When I tried to get the **l…
-
- [x] посмотреть битые сектора в KFold (обращение по номеру фолда). Смотри на финальный результат. Оценить адекватность объектов, на которых происходит затык. Возможно, требуется дать некоторым объект…
-
Hi,
I'm using DeepExplainer with a PyTorch model that outputs probabilities (softmax) for a binary classification task.
I'm wondering about the shap_values, whether or not they are in "probability" …