forked from pbiecek/ceterisParibus
-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
27 lines (27 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
Package: ceterisParibus
Title: Ceteris Paribus Profiles
Version: 0.3.1
Authors@R: person("Przemyslaw", "Biecek", email = "[email protected]", role = c("aut", "cre"))
Description: Ceteris Paribus Profiles (What-If Plots) are designed to present model
responses around selected points in a feature space.
For example around a single prediction for an interesting observation.
Plots are designed to work in a model-agnostic fashion, they are working
for any predictive Machine Learning model and allow for model comparisons.
Ceteris Paribus Plots supplement the Break Down Plots from 'breakDown' package.
Depends: R (>= 3.3),
ggplot2,
gower
Suggests: randomForest,
ggiraph,
e1071,
testthat,
rpart
Imports: DALEX,
knitr
License: GPL-2
Encoding: UTF-8
LazyData: true
VignetteBuilder: knitr
URL: https://pbiecek.github.io/ceterisParibus/
BugReports: https://github.com/pbiecek/ceterisParibus/issues
RoxygenNote: 6.0.1