Tobias Pitters
Tobias Pitters
`logging.info` is fine for me as well. I would be fine with a print as well, just to make sure that users do not have to investigate a couple hours...
This is not strictly on topic, so if you have follow up questions to my answer please open a discussion or search for one of the topics where this is...
> Slicer has a new release on PyPi and conda forge, so we can use it directly. Great that we have a test: I definitely think for every bug fix...
Thanks for the analysis. Is it possible for you to add an example that reproduces the plot? That would help us a lot.
Thanks for reporting the issue. This seems like an inherent limitation of pytorch. We need to overwrite the gradients of the model and do this via hooks. If this is...
The closest thing to this is our notebooks CI job that is already activated for a couple of notebooks. So all notebooks that are NOT in the lists `allow_to_fail` and...
@connortann Do we backport fixes to previous shap versions? @Cnemoc In my opinion we should get the notebooks to work on the latest shap version. Or do you have a...
Hmm, the problem seems to me that the shape: ```python shap_values3.shape # Output: (10, None, 2) ``` How confident are we that this is fixed in the slicer PR? @linusnetze...
Just checked with the slicer master branch and this seems to throw the same error. Edit: This is wrong. Seems to work with master. We can wait for a release...