Replies: 1 comment 1 reply
-
|
@potash, I think |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Prework
Question
I am fitting the same model on a bunch of datasets using static branching (
tar_map()). I think if I use tar_stan_mcmc() by itself, the first time the pipeline is run, it may try to compile the model once for each branch. Instead, I would like a single root step that does the compilation.So I am trying to use
tar_stan_compile(). But I cannot figure out how to feed the output intotar_stan_mcmc(). Can you provide an example for this or show a better way to achieve the result? Thanks!Beta Was this translation helpful? Give feedback.
All reactions