Package: iml 0.11.4

Giuseppe Casalicchio

iml: Interpretable Machine Learning

Interpretability methods to analyze the behavior and predictions of any machine learning model. Implemented methods are: Feature importance described by Fisher et al. (2018) <doi:10.48550/arxiv.1801.01489>, accumulated local effects plots described by Apley (2018) <doi:10.48550/arxiv.1612.08468>, partial dependence plots described by Friedman (2001) <www.jstor.org/stable/2699986>, individual conditional expectation ('ice') plots described by Goldstein et al. (2013) <doi:10.1080/10618600.2014.907095>, local models (variant of 'lime') described by Ribeiro et. al (2016) <doi:10.48550/arXiv.1602.04938>, the Shapley Value described by Strumbelj et. al (2014) <doi:10.1007/s10115-013-0679-x>, feature interactions described by Friedman et. al <doi:10.1214/07-AOAS148> and tree surrogate models.

Authors:Giuseppe Casalicchio [aut, cre], Christoph Molnar [aut], Patrick Schratz [aut]

iml_0.11.4.tar.gz
iml_0.11.4.zip(r-4.7)iml_0.11.4.zip(r-4.6)iml_0.11.4.zip(r-4.5)
iml_0.11.4.tgz(r-4.6-any)iml_0.11.4.tgz(r-4.5-any)
iml_0.11.4.tar.gz(r-4.7-any)iml_0.11.4.tar.gz(r-4.6-any)
iml_0.11.4.tgz(r-4.6-emscripten)
manual.pdf |manual.html
DESCRIPTION |NEWS
card.svg |card.png
iml/json (API)

# Install 'iml' in R:
install.packages('iml', repos = c('https://giuseppec.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/giuseppec/iml/issues

Pkgdown/docs site:https://giuseppec.github.io

On CRAN:

Conda:

12.54 score 503 stars 3 packages 928 scripts 8.2k downloads 14 mentions 10 exports 29 dependencies

Last updated from:4818c8f81d. Checks:9 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-x86_64OK213
source / vignettesOK324
linux-release-x86_64OK210
macos-release-arm64OK148
macos-oldrel-arm64OK176
windows-develOK143
windows-releaseOK182
windows-oldrelOK159
wasm-releaseOK150

Exports:FeatureEffectFeatureEffectsFeatureImpInteractionInterpretationMethodLocalModelPartialPredictorShapleyTreeSurrogate

Dependencies:backportscheckmateclicodetoolscpp11data.tabledigestfarverFormulafuturefuture.applyggplot2globalsgluegtableisobandlabelinglifecyclelistenvMetricsparallellyR6RColorBrewerrlangS7scalesvctrsviridisLitewithr

Introduction to iml: Interpretable Machine Learning in R
Data: Boston Housing | Fitting the machine learning model | Using the iml Predictor() container | Feature importance | Feature effects | Measure interactions | Surrogate model | Explain single predictions with a local model | Explain single predictions with game theory

Last update: 2024-03-28
Started: 2018-04-17

Parallel computation of interpretation methods
Going parallel | Interaction | Feature Effects

Last update: 2024-03-28
Started: 2018-08-16