stacks: Tidy Model Stacking

Model stacking is an ensemble technique that involves training a model to combine the outputs of many diverse statistical models, and has been shown to improve predictive performance in a variety of settings. 'stacks' implements a grammar for 'tidymodels'-aligned model stacking.

Version: 1.0.4
Depends: R (≥ 3.6)
Imports: butcher (≥ 0.1.3), cli, doFuture, dplyr (≥ 1.1.0), foreach, future, generics, ggplot2, glmnet, glue, parsnip (≥ 1.2.0), purrr (≥ 1.0.0), recipes (≥ 1.0.10), rlang (≥ 1.1.3), rsample (≥ 1.2.0), stats, tibble (≥ 2.1.3), tidyr, tune (≥ 1.2.0), vctrs (≥ 0.6.1), workflows (≥ 1.1.4)
Suggests: covr, h2o, kernlab, kknn, knitr, mockr, modeldata, nnet, ranger, rmarkdown, testthat (≥ 3.0.0), workflowsets (≥ 0.1.0), yardstick (≥ 1.1.0)
Published: 2024-03-21
Author: Simon Couch [aut, cre], Max Kuhn [aut], Posit Software, PBC [cph, fnd]
Maintainer: Simon Couch <simon.couch at posit.co>
BugReports: https://github.com/tidymodels/stacks/issues
License: MIT + file LICENSE
URL: https://stacks.tidymodels.org/, https://github.com/tidymodels/stacks
NeedsCompilation: no
Materials: README NEWS
CRAN checks: stacks results

Documentation:

Reference manual: stacks.pdf
Vignettes: Getting Started With stacks
Classification Models With stacks

Downloads:

Package source: stacks_1.0.4.tar.gz
Windows binaries: r-devel: stacks_1.0.4.zip, r-release: stacks_1.0.4.zip, r-oldrel: stacks_1.0.4.zip
macOS binaries: r-release (arm64): stacks_1.0.4.tgz, r-oldrel (arm64): stacks_1.0.4.tgz, r-release (x86_64): stacks_1.0.4.tgz
Old sources: stacks archive

Reverse dependencies:

Reverse imports: viruslearner
Reverse suggests: bundle, DALEXtra, tidysdm, vetiver

Linking:

Please use the canonical form https://CRAN.R-project.org/package=stacks to link to this page.