modelgrid: A Framework for Creating, Managing and Training Multiple 'caret' Models (original) (raw)

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.

Version: 1.2.0
Depends: R (≥ 3.4.0)
Imports: caret, purrr, dplyr, magrittr
Suggests: testthat, knitr, rmarkdown, recipes
Published: 2024-05-07
DOI: 10.32614/CRAN.package.modelgrid
Author: Lars Kjeldgaard [aut], Angel Robles ORCID iD [cre]
Maintainer: Angel Robles <a.l.robles.fernandez at gmail.com>
License: MIT + file
URL: https://github.com/smaakage85/modelgrid
NeedsCompilation: no
CRAN checks: modelgrid results [issues need fixing before 2025-11-15]

Documentation:

Downloads:

Linking:

Please use the canonical formhttps://CRAN.R-project.org/package=modelgridto link to this page.