Skip to content

Latest commit

 

History

History
 
 

javascript


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/slundberg/shap