-
Notifications
You must be signed in to change notification settings - Fork 16
/
DESCRIPTION
28 lines (28 loc) · 975 Bytes
/
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
Package: breakDown
Title: Model Agnostic Explainers for Individual Predictions
Version: 0.2.2
Authors@R: c(person("Przemyslaw", "Biecek", email = "[email protected]", role = c("aut", "cre")),
person("Aleksandra", "Grudziaz", email = "[email protected]", role = "ctb"))
Description: Model agnostic tool for decomposition of predictions from black boxes.
Break Down Table shows contributions of every variable to a final prediction.
Break Down Plot presents variable contributions in a concise graphical way.
This package work for binary classifiers and general regression models.
Depends: R (>= 3.0)
Date: 2024-03-11
License: GPL-2
Encoding: UTF-8
LazyData: true
Imports: ggplot2
Suggests: knitr,
rmarkdown,
e1071,
kernlab,
xgboost,
caret,
randomForest,
DALEX,
ranger,
testthat
VignetteBuilder: knitr
URL: https://pbiecek.github.io/breakDown/
BugReports: https://github.com/pbiecek/breakDown/issues