Package: modelgrid
Title: A Framework for Creating, Managing and Training Multiple Caret
        Models
Version: 1.1.0.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.0.1
Suggests: testthat, knitr, rmarkdown, recipes, randomForest
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2018-07-05 19:15:23 UTC; lars_
Author: Lars Kjeldgaard [aut, cre]
Maintainer: Lars Kjeldgaard <lars_kjeldgaard@hotmail.com>
Repository: CRAN
Date/Publication: 2018-07-13 15:10:03 UTC
