Accumulated local effects
Accumulated local effects is a machine learning interpretability method.
Concepts
ALE uses a conditional feature distribution as an input and generates augmented data, creating more realistic data than a marginal distribution.It ignores far out-of-distribution values. Unlike partial dependence plots and marginal plots, ALE is not defeated in the presence of correlated predictors.
It analyzes differences in predictions instead of averaging them by calculating the average of the differences in model predictions over the augmented data, instead of the average of the predictions themselves.