ExplainPrediction: Explanation of Predictions for Classification and Regression Models

Generates explanations for classification and regression models and visualizes them. Explanations are generated for individual predictions as well as for models as a whole. Two explanation methods are included, EXPLAIN and IME. The EXPLAIN method is fast but might miss explanations expressed redundantly in the model. The IME method is slower as it samples from all feature subsets. For the EXPLAIN method see Robnik-Sikonja and Kononenko (2008) <doi:10.1109/TKDE.2007.190734>, and the IME method is described in Strumbelj and Kononenko (2010, JMLR, vol. 11:1-18). All models in package 'CORElearn' are natively supported, for other prediction models a wrapper function is provided and illustrated for models from packages 'randomForest', 'nnet', and 'e1071'.

Package details

AuthorMarko Robnik-Sikonja
MaintainerMarko Robnik-Sikonja <marko.robnik@fri.uni-lj.si>
LicenseGPL-3
Version1.3.0
URL http://lkm.fri.uni-lj.si/rmarko/software/
Package repositoryView on CRAN
Installation Install the latest version of this package by entering the following in R:
install.packages("ExplainPrediction")

Try the ExplainPrediction package in your browser

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

ExplainPrediction documentation built on May 2, 2019, 5:35 a.m.