forked from ctesta01/nadir
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
60 lines (60 loc) · 1.67 KB
/
DESCRIPTION
File metadata and controls
60 lines (60 loc) · 1.67 KB
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
Package: nadir
Type: Package
Title: Super Learning with Flexible Formulas
Version: 0.0.1
Authors@R: c(
person("Christian", "Testa", , "ctesta@hsph.harvard.edu", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-9103-5839")
),
person("Nima", "Hejazi", , "", role = c('ths', 'aut'),
comment = c(ORCID = '0000-0002-7127-2789')
))
Description: A functional programming based
implementation of the super learner algorithm with an emphasis on supporting
the use of formulas to specify learners. This approach offers several
improvements compared to past implementations including the ability to
easily use random-effects specified in formulas
(like y ~ (age | strata) + ...) and construction of new learners is
as simple as writing and passing a new function. The
super learner algorithm was originally described in van der Laan et al.
(2007) <https://biostats.bepress.com/ucbbiostat/paper222/>.
License: MIT + file LICENSE
Depends: R (>= 4.2.0)
Encoding: UTF-8
LazyData: true
Roxygen: list (markdown = TRUE, roclets = c ("namespace", "rd", "srr::srr_stats_roclet"))
RoxygenNote: 7.3.2
Suggests:
MASS,
ggplot2,
knitr,
palmerpenguins,
rmarkdown,
survival,
testthat (>= 3.0.0),
withr
VignetteBuilder: knitr
Config/testthat/edition: 3
URL: https://ctesta01.github.io/nadir/, https://github.com/ctesta01/nadir/
BugReports: https://github.com/ctesta01/nadir/issues
Imports:
dplyr,
earth,
future,
future.apply,
gbm,
glmnet,
hal9001,
lifecycle,
lme4,
methods,
mgcv,
nnet,
nnls,
origami,
randomForest,
ranger,
tibble,
tidyr,
VGAM,
xgboost