Files
dependabot[bot] c7315f1022
test_js / build-js (push) Has been cancelled
CodeQL / Analyze (cpp) (push) Has been cancelled
CodeQL / Analyze (javascript) (push) Has been cancelled
CodeQL / Analyze (python) (push) Has been cancelled
notebooks / run_notebooks (push) Has been cancelled
tests / prepare_data (push) Has been cancelled
tests / run tests (oldest supported numpy) (push) Has been cancelled
tests / run mypy (push) Has been cancelled
tests / run_tests (test, macos-latest, 3.13) (push) Has been cancelled
tests / run_tests (test, ubuntu-latest, 3.12) (push) Has been cancelled
tests / run_tests (test, ubuntu-latest, 3.13) (push) Has been cancelled
tests / run_tests (test, ubuntu-latest, 3.14) (push) Has been cancelled
tests / run_tests (test, windows-latest, 3.13) (push) Has been cancelled
tests / run_tests (test-core, ubuntu-latest, 3.13) (push) Has been cancelled
build(deps): bump ws from 8.18.0 to 8.21.1 in /javascript (#5093)
Bumps [ws](https://github.com/websockets/ws) from 8.18.0 to 8.21.1.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/8.18.0...8.21.1)

---
updated-dependencies:
- dependency-name: ws
  dependency-version: 8.21.1
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tobias Pitters <31857876+CloseChoice@users.noreply.github.com>
2026-07-20 20:32:18 +02:00
..
2025-03-18 20:38:49 +01:00


SHAP (SHapley Additive exPlanations) is a game theoretic approach to explain the output of any machine learning model. It connects optimal credit allocation with local explanations using the classic Shapley values from game theory and their related extensions (see papers for details and citations).

Install

Shap can be installed from npm:

npm i shapjs

Further details at https://github.com/shap/shap