Static branching within static branching #348
-
I got my previous simulation to work (thank you!) and am now expanding it to include more models. First I statically branch to sample from 2 different models. Now, for each of those two models, I want to fit two different estimators. My first attempt is at https://github.com/alexpghayes/citation-impute-simulations/blob/main/_targets.R but I'm struggling to get the splitting within splitting. If I use |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
So I eventually got the computation graph I wanted in with some metaprogramming. See https://github.com/alexpghayes/citation-impute-simulations/blob/unholy/_targets.R. But then
Does this mean I've hit a fundamental limitation of |
Beta Was this translation helpful? Give feedback.
So I eventually got the computation graph I wanted in
with some metaprogramming. See https://github.com/alexpghayes/citation-impute-simulations/blob/unholy/_targets.R. But then
targets
errored on me during the make process.