Accumulated local effects

From Wikipedia, the free encyclopedia
Jump to navigation Jump to search

Accumulated local effects (ALE) is a machine learning interpretability method.[1]

Concepts

[edit | edit source]

ALE uses a conditional feature distribution as an input and generates augmented data, creating more realistic data than a marginal distribution.[2]

It ignores far out-of-distribution (outlier) values.[1] Unlike partial dependence plots and marginal plots, ALE is not defeated in the presence of correlated predictors.[3]

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.[2]

Example

[edit | edit source]

Given a model that predicts house prices based on its distance from city center and size of the building area, ALE compares the differences of predictions of houses of different sizes. The result separates the impact of the size from otherwise correlated features.[1]

Limitations

[edit | edit source]

Defining evaluation windows is subjective. High correlations between features can defeat the technique.[1][3] ALE requires more and more uniformly distributed observations than PDP so that the conditional distribution can be reliably determined. The technique may produce inadequate results if the data is highly sparse, which is more common with high-dimensional data (curse of dimensionality).[2]

See also

[edit | edit source]

References

[edit | edit source]
  1. ^ a b c d Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
  2. ^ a b c Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
  3. ^ a b Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
[edit | edit source]
  • Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).