Should we change the underlying mechanism that creates the specifications to call internal functions? #247
spsanderson
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Should a separate function be built for each model sort of like so?
Currently the function
make_regression_base_tbl()
is used to get the following:This creates the base specification before the actual model specs are built. Right now in practice
purrr::imap
is used to create the specifications like so:Should we explore different ways of doing this like so:
OR
Beta Was this translation helpful? Give feedback.
All reactions