Tag

SHAP

11
Feb

Tutorial: Explainable Machine Learning with Python and SHAP

Machine learning algorithms can cause the “black box” problem, which means we don’t always know exactly what they are predicting. This may lead to unwanted consequences. In the following tutorial, Natalie Beyer will show you how to use the SHAP (SHapley Additive exPlanations) package in Python to get closer to explainable machine learning results.

Behind the Tracks