-
Notifications
You must be signed in to change notification settings - Fork 14
/
DESCRIPTION
30 lines (30 loc) · 1.5 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Package: shapper
Title: Wrapper of Python Library 'shap'
Version: 0.1.4
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.2.3
Imports:
reticulate,
DALEX,
ggplot2
Suggests:
covr,
knitr,
randomForest,
rpart,
testthat,
markdown,
qpdf
VignetteBuilder: knitr