forked from bgreenwell/pdp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
51 lines (51 loc) · 966 Bytes
/
DESCRIPTION
File metadata and controls
51 lines (51 loc) · 966 Bytes
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
Package: pdp
Type: Package
Title: Partial Dependence Plots
Version: 0.5.2.9000
Authors@R: person("Brandon", "Greenwell", email = "greenwell.brandon@gmail.com",
role = c("aut", "cre"))
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
BugReports: https://github.com/bgreenwell/pdp/issues
Depends:
R (>= 3.2.5)
Suggests:
adabag,
C50,
caret,
Cubist,
e1071,
earth,
gbm,
ipred,
kernlab,
MASS,
mda,
nnet,
party,
partykit,
randomForest,
ranger,
rpart,
testthat,
xgboost (>= 0.6-0)
Imports:
boot,
ggplot2 (>= 0.9.0),
grDevices,
gridExtra,
lattice,
magrittr,
methods,
mgcv,
plyr,
Rcpp (>= 0.11.5),
rlang,
stats,
viridis,
utils
LazyData: TRUE
RoxygenNote: 6.0.1
LinkingTo: Rcpp