-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
33 lines (33 loc) · 1.31 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
Package: manymodelr
Title: Build and Tune Several Models
Version: 0.3.9
Authors@R:
person(given = "Nelson",
family = "Gonzabato",
email = "gonzabato@hotmail.com",
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) <doi:10.48550/arXiv.1405.6974>.
License: GPL-2
Encoding: UTF-8
RoxygenNote: 7.3.2
Imports: dplyr (>= 1.0.0), ggplot2 (>= 3.3.5), lme4 (>= 1.1.27.1),
stringr (>= 1.4.0)
Depends: R (>= 4.4), 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
NeedsCompilation: no
Packaged: 2025-03-20 02:12:21 UTC; nelson
Author: Nelson Gonzabato [aut, cre]
Maintainer: Nelson Gonzabato <gonzabato@hotmail.com>
Repository: CRAN
Date/Publication: 2025-03-20 07:20:02 UTC