-
Notifications
You must be signed in to change notification settings - Fork 12
/
DESCRIPTION
62 lines (62 loc) · 1.19 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
Package: pdp
Type: Package
Title: Partial Dependence Plots
Version: 0.8.1
Authors@R: person(c("Brandon", "M."), family = "Greenwell",
email = "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-8120-0084"))
Description: A general framework for constructing partial dependence (i.e.,
marginal effect) plots from various types machine learning models
in R.
License: GPL (>= 2)
URL: https://github.com/bgreenwell/pdp,
http://bgreenwell.github.io/pdp/
BugReports: https://github.com/bgreenwell/pdp/issues
Depends: R (>= 3.6.0)
Suggests:
adabag,
AmesHousing,
C50,
caret,
covr,
Cubist,
doParallel,
dplyr,
e1071,
earth,
gbm,
gridExtra,
ICEbox,
ipred,
keras,
kernlab,
magrittr,
MASS,
Matrix,
mda,
mlbench,
nnet,
party,
partykit,
randomForest,
ranger,
reticulate,
rpart,
tinytest,
xgboost (>= 0.6-0),
knitr,
rmarkdown,
vip
Imports:
foreach,
ggplot2 (>= 3.0.0),
grDevices,
lattice,
methods,
rlang (>= 0.3.0),
stats,
utils
LazyData: TRUE
RoxygenNote: 7.1.2
Encoding: UTF-8
VignetteBuilder: knitr