-
I am trying to use GPUTree explainer, however, the explainer gives me error. See below my codes:
```
explainer = shap.explainers.GPUTree(rf_model)
shap_values = explainer(X_test)
```
The last…
-
catboost version: 1.0.6
Operating System: Linux
CPU: Y
Problem:
catboost cannot compute shap values if the model has set a scale and bias via the set_scale_and_bias function.
```
import ca…
-
Implementations:
* [h2o](https://cran.r-project.org/web/packages/h2o/index.html)
* [xgboost](https://cran.r-project.org/web/packages/xgboost/index.html)
* [fastshap](https://cran.r-project.org/web/…
-
○ Time: 2 weeks
○ Tools Required: LIME, SHAP (within Azure AI Studio)
○ Steps:
1. Install and configure explainability tools (LIME and SHAP) in the Azure environment.
2. Apply these to…
zepor updated
3 months ago
-
[https://github.com/slundberg/shap](https://github.com/slundberg/shap)
-
For now we assume a **model to be present** and **data to be present** and it runs **locally**, and that it is linked from the system card.
- the system card points to the model in the model card whi…
-
I'm getting a numpy error when I'm running shap. I'm using:
econml 0.14.1
numpy 1.24.3
```AttributeError: module 'numpy' has no attribute 'bool'.
`np.bool` was a deprecated alias for the builtin…
-
Hi, I am new to SHAP , it is a great tools, but I have some questions that I am not sure :
**1. If mean(|SHAP|) of feature A is largest, can we determine feature A is the most important feature, or…
-
Shapley explanation works for the whole prediction set, however sometimes one needs to explain every step in the forecasting. This is a complex issue due to using different approaches - direct or recu…
-
I ran the function shap_elimination.fit_compute(X, y), but the error occurs on line 493 of feature_elimination.py.
ValueError: all the input array dimensions except for the concatenation axis must ma…