-
Notifications
You must be signed in to change notification settings - Fork 74
/
Copy pathDESCRIPTION
54 lines (54 loc) · 1.34 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
Package: caretEnsemble
Type: Package
Title: Ensembles of Caret Models
Version: 4.0.2
Date: 2024-11-27
Authors@R: c(person(c("Zachary", "A."), "Deane-Mayer", role = c("aut", "cre", "cph"), email = "[email protected]"),
person(c("Jared", "E.", "Knowles"), role="ctb", email="[email protected]"),
person("Antón", "López", role="ctb", email="[email protected]")
)
URL: http://zachmayer.github.io/caretEnsemble/, https://github.com/zachmayer/caretEnsemble
BugReports: https://github.com/zachmayer/caretEnsemble/issues
Description: Functions for creating ensembles of caret models: caretList()
and caretStack(). caretList() is a convenience function for fitting multiple
caret::train() models to the same dataset. caretStack() will make linear or
non-linear combinations of these models, using a caret::train() model as a
meta-model.
Depends:
R (>= 4.1.0)
Suggests:
MASS,
caTools,
covr,
earth,
gbm,
glmnet,
klaR,
knitr,
lintr,
mgcv,
mlbench,
nnet,
randomForest,
rmarkdown,
rhub,
rpart,
spelling,
testthat,
usethis,
devtools
Imports:
caret,
data.table,
ggplot2,
lattice,
methods,
patchwork,
pbapply,
rlang
License: MIT + file LICENSE
VignetteBuilder: knitr
RoxygenNote: 7.3.2
LazyData: true
Language: en-US
Encoding: UTF-8