{stacks} v0.1.0 is on CRAN!

Introducing ensemble learning to the tidymodels.

Published

November 30, 2020

Yall!

Over the past few months, I’ve been focused on the development of {stacks}, an R package for tidymodels-aligned stacked ensemble modeling. This package began as an internship project at RStudio, and is now the focus of my undergraduate thesis. Today, the package was released on CRAN.

You can install the package with the following code:

install.packages("stacks")

To load the package:

library(stacks)

To learn more:

Thank you to Julie Jung for contributing the package’s hex sticker as well as research data used in examples throughout the package. Also, thanks to those who have tested and provided feedback on the developmental versions of the package over the last few months!

Happy modeling. 🙂

Back to top