Package: shapper
Title: Wrapper of Python Library 'shap'
Version: 0.1.3
Authors@R: c(
  person("Szymon", "Maksymiuk", email = "sz.maksymiuk@gmail.com", role = c("aut", "cre")),
  person("Alicja", "Gosiewska", email = "alicjagosiewska@gmail.com", role = c("aut")),
  person("Przemyslaw", "Biecek", email = "przemyslaw.biecek@gmail.com", role = c("aut")),
  person("Mateusz", "Staniak", role = c("ctb")),
  person("Michal", "Burdukiewicz", email = "michalburdukiewicz@gmail.com", role = c("ctb"))
  )
Description: Provides SHAP explanations of machine learning models. In applied machine learning, there is a strong belief that we need to strike a balance between interpretability and accuracy. However, in field of the Interpretable Machine Learning, there are more and more new ideas for explaining black-box models. One of the best known method for local explanations is SHapley Additive exPlanations (SHAP) introduced by Lundberg, S., et al., (2016) <arXiv:1705.07874> The SHAP method is used to calculate influences of variables on the particular observation. This method is based on Shapley values, a technique used in game theory. The R package 'shapper' is a port of the Python library 'shap'. 
License: GPL
Encoding: UTF-8
LazyData: true
URL: https://github.com/ModelOriented/shapper
BugReports: https://github.com/ModelOriented/shapper/issues
RoxygenNote: 7.1.1
Imports: reticulate, DALEX, ggplot2
Suggests: covr, knitr, randomForest, rpart, testthat, markdown, qpdf
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2020-08-28 08:34:06 UTC; 01131304
Author: Szymon Maksymiuk [aut, cre],
  Alicja Gosiewska [aut],
  Przemyslaw Biecek [aut],
  Mateusz Staniak [ctb],
  Michal Burdukiewicz [ctb]
Maintainer: Szymon Maksymiuk <sz.maksymiuk@gmail.com>
Repository: CRAN
Date/Publication: 2020-08-28 09:00:03 UTC
Built: R 4.2.0; ; 2023-07-11 02:22:38 UTC; unix
