ale: Interpretable Machine Learning and Statistical Inference with Accumulated Local Effects (ALE)

Accumulated Local Effects (ALE) were initially developed as a model-agnostic approach for global explanations of the results of black-box machine learning algorithms. ALE has a key advantage over other approaches like partial dependency plots (PDP) and SHapley Additive exPlanations (SHAP): its values represent a clean functional decomposition of the model. As such, ALE values are not affected by the presence or absence of interactions among variables in a mode. Moreover, its computation is relatively rapid. This package rewrites the original code from the 'ALEPlot' package for calculating ALE data and it completely reimplements the plotting of ALE values. It also extends the original ALE concept to add bootstrap-based confidence intervals and ALE-based statistics that can be used for statistical inference. For more details, see Okoli, Chitu. 2023. “Statistical Inference Using Machine Learning and Classical Techniques Based on Accumulated Local Effects (ALE).” arXiv. <doi:10.48550/arXiv.2310.09877>.

Package details

AuthorChitu Okoli [aut, cre] (<https://orcid.org/0000-0001-5574-7572>), Dan Apley [cph] (The current code for calculating ALE interaction values is copied with few changes from Dan Apley's ALEPlot package. We gratefully acknowledge his open-source contribution. However, he was not directly involved in the development of this ale package.)
MaintainerChitu Okoli <Chitu.Okoli@skema.edu>
LicenseGPL-2
Version0.3.1
URL https://github.com/tripartio/ale https://tripartio.github.io/ale/
Package repositoryView on CRAN
Installation Install the latest version of this package by entering the following in R:
install.packages("ale")

Try the ale package in your browser

Any scripts or data that you put into this service are public.

ale documentation built on April 4, 2025, 1:39 a.m.