Skip to content
#

individual-conditional-expectation

Here are 3 public repositories matching this topic...

The goal of SHAP is to explain the prediction of an instance x by computing the contribution of each feature to the prediction. The SHAP explanation method computes Shapley values from coalitional game theory. The feature values of a data instance act as players in a coalition.

  • Updated Dec 3, 2022
  • Jupyter Notebook

Individual Conditional Expectation (ICE) plots display one line per instance that shows how the instance's prediction changes when a feature changes. The Partial Dependence Plot (PDP) for the average effect of a feature is a global method because it does not focus on specific instances, but on an overall average.

  • Updated Nov 18, 2022
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the individual-conditional-expectation topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the individual-conditional-expectation topic, visit your repo's landing page and select "manage topics."

Learn more