Skip to content

❗ This is a read-only mirror of the CRAN R package repository. localModel — LIME-Based Explanations with Interpretable Inputs Based on Ceteris Paribus Profiles. Homepage: https://github.com/ModelOriented/localModel Report bugs for this package: https://github.com/ModelOriented/localModel/issues

Notifications You must be signed in to change notification settings

cran/localModel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

localModel: Local Explanations of Machine Learning Models for Tabular Data.

CRAN_Status_Badge Travis-CI Build Status Coverage Status

localModel is a successor to the live package. It implements a variant of LIME method for explaining single predictions of black box machine learning models for tabular data. Interpretable features are created based on Ceteris Paribus plots. Details of the methodology are described in the vignette. localModel is currently undergoing rapid changes, including bug fixes, for a stable solution please see the live package.

To get started, install the package from CRAN:

install.packages('localModel')

The development version can be installe from GitHub by using the code below. Please do not use the devtools package, since it is affected a bug which makes localModel installation impossible. This issue was solved in the Github version of remotes.

devtools::install_github("r-lib/remotes")
remotes::install_github("ModelOriented/localModel")

To get help, see examples and details of the methodology, please refer to package website and vignettes.

Acknowledgments

Work on this package is financially supported by the NCN Opus grant 2017/27/B/ST6/01307.

About

❗ This is a read-only mirror of the CRAN R package repository. localModel — LIME-Based Explanations with Interpretable Inputs Based on Ceteris Paribus Profiles. Homepage: https://github.com/ModelOriented/localModel Report bugs for this package: https://github.com/ModelOriented/localModel/issues

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages