CRAN/E | localICE

localICE

Local Individual Conditional Expectation

Installation

About

Local Individual Conditional Expectation ('localICE') is a local explanation approach from the field of eXplainable Artificial Intelligence (XAI). localICE is a model-agnostic XAI approach which provides three-dimensional local explanations for particular data instances. The approach is proposed in the master thesis of Martin Walter as an extension to ICE (see Reference). The three dimensions are the two features at the horizontal and vertical axes as well as the target represented by different colors. The approach is applicable for classification and regression problems to explain interactions of two features towards the target. For classification models, the number of classes can be more than two and each class is added as a different color to the plot. The given instance is added to the plot as two dotted lines according to the feature values. The localICE-package can explain features of type factor and numeric of any machine learning model. Automatically supported machine learning packages are 'mlr', 'randomForest', 'caret' or all other with an S3 predict function. For further model types from other libraries, a predict function has to be provided as an argument in order to get access to the model. Reference to the ICE approach: Alex Goldstein, Adam Kapelner, Justin Bleich, Emil Pitkin (2013) .

github.com/viadee/localICE
Bug report File report

Key Metrics

Version 0.1.1
Published 2020-02-07 1546 days ago
Needs compilation? no
License BSD_3_clause
License File
CRAN checks localICE results

Downloads

Yesterday 6 -25%
Last 7 days 51 +2%
Last 30 days 168 +16%
Last 90 days 424 -34%
Last 365 days 1.913 -18%

Maintainer

Maintainer

Martin Walter

mf-walter@web.de

Authors

Martin Walter

aut / cre

Material

README
Reference manual
Package source

macOS

r-release

arm64

r-oldrel

arm64

r-release

x86_64

r-oldrel

x86_64

Windows

r-devel

x86_64

r-release

x86_64

r-oldrel

x86_64

Old Sources

localICE archive

Imports

ggplot2
checkmate

Suggests

covr
h2o
mlbench
randomForest
stats
testthat
utils