-
Notifications
You must be signed in to change notification settings - Fork 72
/
DESCRIPTION
61 lines (61 loc) · 1.27 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
Package: SuperLearner
Type: Package
Title: Super Learner Prediction
Version: 2.0-30-9000
Date: 2024-02-06
Authors@R: c(person("Eric", "Polley", email = "[email protected]", role = c("aut", "cre")), person("Erin", "LeDell", role = c("aut")), person("Chris", "Kennedy", role = c("aut")), person("Sam", "Lendle", role = c("ctb")), person("Mark", "van der Laan", role = c("aut", "ths")))
Maintainer: Eric Polley <[email protected]>
Description: Implements the super learner prediction method and contains a
library of prediction algorithms to be used in the super learner.
License: GPL-3
URL: https://github.com/ecpolley/SuperLearner
Depends:
R (>= 2.14.0),
nnls
Imports:
cvAUC,
methods
Suggests:
arm,
bartMachine,
biglasso,
bigmemory,
caret,
class,
devtools,
e1071,
earth,
gam (>= 1.15),
gbm,
genefilter,
ggplot2,
glmnet,
ipred,
KernelKnn,
kernlab,
knitr,
lattice,
LogicReg,
MASS,
mlbench,
nloptr,
nnet,
party,
polspline,
prettydoc,
quadprog,
randomForest,
ranger,
RhpcBLASctl,
ROCR,
rmarkdown,
rpart,
SIS,
speedglm,
spls,
sva,
testthat,
xgboost (>= 0.6)
LazyLoad: yes
VignetteBuilder: knitr, rmarkdown
RoxygenNote: 6.0.1