bgreenwell / fastshap

Fast approximate Shapley values in R
https://bgreenwell.github.io/fastshap/
113 stars 18 forks source link

X (explain object) is a list #24

Closed frahsimon closed 1 year ago

frahsimon commented 3 years ago

Hi, thanks for the awesome package.

I have one issue, though. My input X is a list, consisting of four matrices that enter the neural net at different points within the neural net. Is there any way of dealing with this?

Thanks in advance.

bgreenwell commented 3 years ago

Hi @frahsimon, thank you for your interest in the package. Do you have a small reproducible example I can work with to help put this into context?