Tobias Pitters
Tobias Pitters
Hey, thanks for the report. Would you be so kind to provide a minimal reproducer for this? Your code does not help much here. Furthermore, have you tried to act...
Hmm, we should take a look at this
Thanks for reporting the issue. Could you please provide a minimal reproducible example for this? So, specifying how to get `X` and `y` in your code or using a dummy...
The base values for shap are set as the average model output. Why do you want to set this value manually?
@ekrell hi, sorry for the very, very late reply. Are you still interested in getting this to a mergable state? I like the idea and think the implementation is pretty...
Any updates here?
Thanks for the bug report. I can reproduce this on master. As far as I can see the problem is that the [Impute masker](https://github.com/shap/shap/blob/master/shap/maskers/_tabular.py#L308-L322) does not overwrite the [`__call__` function...
I agree that the `Impute` class is unfinished. IMO the scope of a first PR should be that our public API is working. Therefore we can either remove the masker...
Thanks for the report and especially for the reproducing example. I know this is a longstanding issue and I'll look into this in the coming weeks.
So, I have looked into this and am working on a solution. The problem is that with tf version 2 it is not as easy to extract the graph of...