-
Since the method itself is really slow, having a way to know at which point the computation of the shap values is would be really useful
-
Reprex:
```r
library(tidyverse)
library(tidymodels)
library(fastshap)
# Sample data: `mtcars` with 50% of the entries in `qsec` replaced with `NA`s
set.seed(2022)
data %
select(-c(vs, …
-
So when `feature_pertrubation='tree_path_dependent'` the `data` argument is optional. If we give a background dataset, do we have the same behaviour as if `feature_pertrubation='interventional`?
F…
-
Hello,
I tried to use SHAP for a multi-input (single output) classification architecture consisting of three CNN branches. However, I wasn't very successful with the code as I couldn't find a similar…
-
TL;DR Original List with yet-to-be implemented FE algorithms in https://github.com/parrt/random-forest-importances/issues/54
Seeing https://github.com/interpretml/interpret/issues/364 and https://g…
-
I've trained a model using tweedie regression and would like to make predictions that output the different feature contributions. However, it seems like the contributions are not transformed:
```
…
-
### Issue Description
We encountered an error during the installation of the shap package in the pypy:latest docker image. The error message states:
```
RuntimeError: Could not find a `llvm-confi…
-
Is there a way to extract the Shap object so that I can use the original SHAP package to plot diagrams which are not yet implemented in darts? For example, I would like to plot
![image](https://gith…
-
-
데이터 출처 UCI Machine Learning Repository
---
# 개요
와인 가격은 많은 요인의 영향을 받는다.
- 흔히 볼 수 있는 돌려서 여는 (screw cap) 병뚜껑을 사용했는지,
- 진짜 코르크 인지, 플라스틱 코르크 마개인지,
- 어떤 병을 사용했는지
- 포도품종과 생산지
- 그 해 포도수확량 (풍년/흉년)
-…