Sometimes it makes sense to define a simple baseline model programmatically, using simple rules defined by subject matter experts. However, it can be difficult to compare such models to “real” models developed in the {tidymodels} framework. {bespoke} allows you to wrap such a hand-crafted “model” into a format that fits within the {tidymodels} framework.
Install the released version of bespoke from CRAN:
install.packages("bespoke")
Install the development version of bespoke from GitHub:
# install.packages("pak")
pak::pak("macmillancontentscience/bespoke")
Please note that the bespoke project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.