-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
38 lines (38 loc) · 1.14 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
Package: manymodelr
Title: Build and Tune Several Models
Version: 0.3.8.9000
Authors@R:
person(given = "Nelson",
family = "Gonzabato",
email = "[email protected]",
role=c("aut","cre"))
Description: Frequently one needs a convenient way to build and tune
several models in one go.The goal is to provide a number of machine learning convenience
functions. It provides the ability to build, tune and obtain predictions of
several models in one function. The models are built using functions from
'caret' with easier to read syntax.
Kuhn(2014) <arXiv:1405.6974>.
License: GPL-2
Encoding: UTF-8
RoxygenNote: 7.1.2
Imports:
dplyr (>= 1.0.0),
ggplot2 (>= 3.3.5),
lme4 (>= 1.1.27.1),
stringr (>= 1.4.0)
Depends:
R (>= 3.6.0),
caret (>= 6.0.88),
Metrics (>= 0.1.4),
e1071 (>= 1.7.8)
URL: https://github.com/Nelson-Gon/manymodelr
BugReports: https://github.com/Nelson-Gon/manymodelr/issues
Suggests:
knitr,
rmarkdown,
testthat,
covr,
markdown
VignetteBuilder: knitr
LazyData: True
Config/testthat/edition: 3