-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathDESCRIPTION
30 lines (30 loc) · 1.11 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
Package: modelgrid
Title: A Framework for Creating, Managing and Training Multiple Caret Models
Version: 1.1.1.0
Authors@R: person("Lars", "Kjeldgaard", email = "lars_kjeldgaard@hotmail.com", role = c("aut", "cre"))
Description: A minimalistic but flexible framework that facilitates the creation,
management and training of multiple 'caret' models. A model grid consists of
two components: (1) a set of settings that is shared by all models by
default, and (2) specifications that apply only to the individual models.
When the model grid is trained, model and training specifications are first
consolidated from the shared and the model specific settings into complete
'caret' model configurations. These models are then trained with the 'train'
function from the 'caret' package.
URL: https://github.com/smaakage85/modelgrid
Depends: R (>= 3.4.0)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports: caret,
purrr,
dplyr,
magrittr,
ggplot2,
lattice
RoxygenNote: 6.1.0
Suggests: testthat,
knitr,
rmarkdown,
recipes,
randomForest
VignetteBuilder: knitr