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

2 exports 0.00 score 70 dependencies 3 scripts 375 downloads

Last updated 7 years agofrom:7973462c95. Checks:OK: 7. Indexed: yes.

TargetResultDate
Doc / VignettesOKAug 21 2024
R-4.5-winOKAug 21 2024
R-4.5-linuxOKAug 21 2024
R-4.4-winOKAug 21 2024
R-4.4-macOKAug 21 2024
R-4.3-winOKAug 21 2024
R-4.3-macOKAug 21 2024

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