Skip to main content

Contents

PROV provenance standard

Resources for exploring algorithm types

General

Regularised regression (LASSO and Ridge)

Generalised linear model (GLM)

Generalised additive model (GAM)

Decision tree (DT)

Breiman, L., Friedman, J., Stone, C. J., & Olshen, R. A. (1984). Classification and Regression Trees. CRC Press.

Rule/decision lists and sets

Case-based reasoning (CBR)/ Prototype and criticism

Supersparse linear integer model (SLIM)

Resources for exploring supplementary explanation strategies

Surrogate models (SM)

Partial Dependence Plot (PDP)

  • Friedman, J. H. (2001). Greedy function approximation: a gradient boosting machine. Annals of statistics, 1189-1232. 
  • Greenwell, B. M. (2017). pdp: an R Package for constructing partial dependence plots. The R Journal, 9(1), 421-436. 
  • For the software in R see Partial Dependence Plots

Individual Conditional Expectations Plot (ICE)

Accumulated Local Effects Plots (ALE)

Apley, D. W., & Zhu, J. (2019). Visualizing the effects of predictor variables in black box supervised learning models

Global variable importance

Global variable interaction

Local Interpretable Model-Agnostic Explanation (LIME)

Shapley Additive ExPlanations (SHAP)

Counterfactual explanation

Secondary explainers and attention-based systems

Other resources for supplementary explanation