Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.16 KB

README.md

File metadata and controls

30 lines (21 loc) · 1.16 KB

bespoke

bespoke

R-CMD-check Codecov test coverage

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.

Installation

You can install the development version of bespoke from GitHub with:

# install.packages("remotes")
remotes::install_github("macmillancontentscience/bespoke")