Package: ExplainPrediction 1.3.0

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'.

Authors:Marko Robnik-Sikonja

ExplainPrediction_1.3.0.tar.gz
ExplainPrediction_1.3.0.zip(r-4.5)ExplainPrediction_1.3.0.zip(r-4.4)ExplainPrediction_1.3.0.zip(r-4.3)
ExplainPrediction_1.3.0.tgz(r-4.5-any)ExplainPrediction_1.3.0.tgz(r-4.4-any)ExplainPrediction_1.3.0.tgz(r-4.3-any)
ExplainPrediction_1.3.0.tar.gz(r-4.5-noble)ExplainPrediction_1.3.0.tar.gz(r-4.4-noble)
ExplainPrediction_1.3.0.tgz(r-4.4-emscripten)ExplainPrediction_1.3.0.tgz(r-4.3-emscripten)
ExplainPrediction.pdf |ExplainPrediction.html
ExplainPrediction/json (API)

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

Peer review:

On CRAN:

This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.

1.00 score 3 scripts 290 downloads 2 exports 70 dependencies

Last updated 7 years agofrom:7973462c95. Checks:5 OK, 3 NOTE. Indexed: yes.

TargetResultLatest binary
Doc / VignettesOKJan 30 2025
R-4.5-winNOTEJan 30 2025
R-4.5-macNOTEJan 30 2025
R-4.5-linuxNOTEJan 30 2025
R-4.4-winOKJan 30 2025
R-4.4-macOKJan 30 2025
R-4.3-winOKJan 30 2025
R-4.3-macOKJan 30 2025

Exports:explainViswrap4Explanation

Dependencies:classcliclustercolorspaceCORElearnDBIDEoptimRdiptestdplyrfansifarverflexclustflexmixFNNfpcgenericsggplot2gluegtableisobandkernlabKernSmoothkslabelinglatticelifecyclelogsplinelpSolvemagrittrMASSMatrixmcclustmclustmgcvminqamitoolsmodeltoolsmulticoolmunsellmvtnormnlmennetnumDerivpillarpkgconfigplotrixprabcluspracmaproxyR6RColorBrewerRcppRcppArmadillorlangrobustbaserpartrpart.plotRSNNSscalessemiArtificialStatMatchsurveysurvivaltibbletidyselecttimeDateutf8vctrsviridisLitewithr

Readme and manuals

Help Manual

Help pageTopics
Explanation of individual predictions and modelsExplainPrediction-package ExplainPrediction
Explanation of predictions on instance and model levelexplain explainVis explanationAverages prepareForExplanations
Wrap prediction model for explanationswrap4Explanation