Package: lime
Type: Package
Title: Local Interpretable Model-Agnostic Explanations
Version: 0.5.3
Authors@R: 
    c(person(given = "Emil",
             family = "Hvitfeldt",
             role = c("aut", "cre"),
             email = "emilhhvitfeldt@gmail.com",
             comment = c(ORCID = "0000-0002-0679-1945")),
      person(given = "Thomas Lin",
             family = "Pedersen",
             role = c("aut"),
             email = "thomasp85@gmail.com",
             comment = c(ORCID = "0000-0002-5147-4711")),
      person(given = 'Michaël', 
             family = 'Benesty', 
             role = c('aut'), 
             email = "michael@benesty.fr"))
Maintainer: Emil Hvitfeldt <emilhhvitfeldt@gmail.com>
Description: When building complex models, it is often difficult to explain why
    the model should be trusted. While global measures such as accuracy are
    useful, they cannot be used for explaining why a model made a specific
    prediction. 'lime' (a port of the 'lime' 'Python' package) is a method for
    explaining the outcome of black box models by fitting a local model around
    the point in question an perturbations of this point. The approach is
    described in more detail in the article by Ribeiro et al. (2016) 
    <arXiv:1602.04938>.
License: MIT + file LICENSE
URL: https://lime.data-imaginist.com, https://github.com/thomasp85/lime
BugReports: https://github.com/thomasp85/lime/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.1
VignetteBuilder: knitr
Imports: glmnet, stats, ggplot2, tools, stringi, Matrix, Rcpp,
        assertthat, methods, grDevices, gower
Suggests: xgboost, testthat, mlr, h2o, text2vec, MASS, covr, knitr,
        rmarkdown, sessioninfo, magick, keras, htmlwidgets, shiny,
        shinythemes, ranger
LinkingTo: Rcpp, RcppEigen
NeedsCompilation: yes
Packaged: 2022-08-18 12:46:04 UTC; thomas
Author: Emil Hvitfeldt [aut, cre] (<https://orcid.org/0000-0002-0679-1945>),
  Thomas Lin Pedersen [aut] (<https://orcid.org/0000-0002-5147-4711>),
  Michaël Benesty [aut]
Repository: CRAN
Date/Publication: 2022-08-19 08:50:06 UTC
Built: R 4.1.2; x86_64-apple-darwin17.0; 2022-08-20 11:21:50 UTC; unix
Archs: lime.so.dSYM
