Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-06-12 | 1.7 kB | |
v0.48.0 source code.tar.gz | 2025-06-12 | 161.4 MB | |
v0.48.0 source code.zip | 2025-06-12 | 161.5 MB | |
Totals: 3 Items | 322.9 MB | 0 |
What's Changed
Added
- Add CoalitionExplainer and add possibility of using Winter Values in Partition Explainer by @CousinThrockmorton in https://github.com/shap/shap/pull/3666
- Support and test against Python 3.13 by @connortann in https://github.com/shap/shap/pull/3861 and @CloseChoice in https://github.com/shap/shap/pull/4104
- Add Support for PyTorch
Identity
Layer by @RoyiAvital in https://github.com/shap/shap/pull/4028
Documentation
- Update Explaining a model that uses standardized features by @randombenj in https://github.com/shap/shap/pull/3903
Other Changes
- Changed alias by @Ja-Tink in https://github.com/shap/shap/pull/4049
- update javascript packages by @CloseChoice in https://github.com/shap/shap/pull/4067
- Fixed visual bug for small SHAP values by @Ja-Tink in https://github.com/shap/shap/pull/4053
- Fix summary_plot displays only one feature 4081 by @CloseChoice in https://github.com/shap/shap/pull/4087
- resolve threading warnings of regex library by @emmanuel-ferdman in https://github.com/shap/shap/pull/4084
New Contributors
- @RoyiAvital made their first contribution in https://github.com/shap/shap/pull/4028
- @Ja-Tink made their first contribution in https://github.com/shap/shap/pull/4049
- @emmanuel-ferdman made their first contribution in https://github.com/shap/shap/pull/4084
- @randombenj made their first contribution in https://github.com/shap/shap/pull/3903
- @CousinThrockmorton made their first contribution in https://github.com/shap/shap/pull/3666
Full Changelog: https://github.com/shap/shap/compare/v0.47.2...v0.48.0