Tobias Pitters
Tobias Pitters
## Overview I just saw [this action](https://github.com/astral-sh/setup-uv) and this makes it more clear that we use uv in our pipelines, and we do not need to redownload uv on every...
## Overview After merging #3868 I thought it's a good idea to update the bundle. I checked a notebook and found that more texts to feature contributions are displayed, but...
### Issue Description The deepexplainer fails with an embedding layer since this always outputs `None` (which cannot be cast to a numpy object afterwards). PR https://github.com/shap/shap/pull/540 might point to a...
### Issue Description Our conda build pipelines fail since a while (e.g. https://github.com/conda-forge/shap-feedstock/pull/85/checks). ### Minimal Reproducible Example ```python see the logs of the attached pipeline ``` ### Traceback _No response_...
## ❓ Questions and Help I tried to a small model with a sigmoid activation but it's actually tested [here](https://github.com/pytorch/captum/blob/master/tests/attr/test_lrp.py#L71-L75) that this does not work. Is there a specific reason...
closes #458 Note before merging: we should probably test whether the wheels are still built correctly, just building and pushing to test pypi should work. I couldn't do that due...
There are a lot of advantages to move to pyproject toml, e.g. standardization, using a declararitve config, consolidating tools, etc. Would you be open to move to that? I would...
## Overview Implements lazy loading. As of now, no stubs created, so package resolution does not work properly. Closes #XXXX Description of the changes proposed in this pull request: Open...
### Issue Description The test test_random_force_plot_mpl_text_rotation_with_data is flaky on MacOS. Have a look at the pipelines: - https://github.com/shap/shap/actions/runs/15451787983/job/43495454593#step:5:1498 - https://github.com/shap/shap/actions/runs/15427914110/job/43419349407#step:5:1465 ### Minimal Reproducible Example ```python see description ``` ### Traceback...
## Overview Closes #XXXX Description of the changes proposed in this pull request: ## Checklist - [ ] All [pre-commit checks](https://pre-commit.com/#install) pass. - [ ] Unit tests added (if fixing...