# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "stacks" in publications use:' type: software license: MIT title: 'stacks: Tidy Model Stacking' version: 1.0.5.9000 doi: 10.32614/CRAN.package.stacks abstract: 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. authors: - family-names: Couch given-names: Simon email: simon.couch@posit.co - family-names: Kuhn given-names: Max email: max@posit.co repository: https://tidymodels.r-universe.dev repository-code: https://github.com/tidymodels/stacks commit: 9a6f9b8eee857e9f9bfc1891daca958f448ad70d url: https://stacks.tidymodels.org/ contact: - family-names: Couch given-names: Simon email: simon.couch@posit.co