tidymodels / hardhat

Construct Modeling Packages
https://hardhat.tidymodels.org
Other
101 stars 16 forks source link

Allow multiple models #96

Closed topepo closed 4 years ago

topepo commented 5 years ago

In cases where out package will have multiple model functions, we'd only get one set of 6 files using:

create_modeling_package("foo", model = "bar")

Maybe allow model to be a vector and an additional option to collate the model functions into one file (instead of 6).

DavisVaughan commented 4 years ago

Closed by #97

github-actions[bot] commented 3 years ago

This issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue.