SHAP: SHapley Additive exPlanations #22
emptymalei
started this conversation in
2.ML Applications
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
SHAP (SHapley Additive exPlanations) is a system of interpreting machine learning models.
The author of SHAP built an easy-to-use package to help us understand how the features are contributing to the machine learning model predictions. The package comes with a comprehensive tutorial for different machine learning frameworks.
The package is so popular and you might be using it already. So what is SHAP exactly? It is a system of methods based on Shapley values.
Regarding Shapley value: There are two key ideas in calculating a Shapley value.
SHAP provides more methods to estimate Shapley values and also for different models.
The following two pages explain Shapley value and SHAP thoroughly.
I posted a similar article years ago in our data weekly newsletter.
Beta Was this translation helpful? Give feedback.
All reactions