8000
Comment options
You must be logged in to vote
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji
reacted with thumbs down emoji
reacted with laugh emoji
reacted with hooray emoji
reacted with confused emoji
reacted with heart emoji
reacted with rocket emoji
reacted with eyes emoji
Option for loo #61
Closed
mattocci27
started this conversation in
Ideas
Replies: 1 comment
-
Definitely a neat idea. However, I hesitate to directly build in features this specific, since the Stan ecosystem changes rapidly and there are many different ways to invoke |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Help
Description
The addition of an option like
return_loo = TRUE
, similar toreturn_summary = TRUE
might be a good idea because it is hard to computeloo::loo
whentar_stan_mcmc
is run insidetar_map
.For example, we can use
summary
inside thistar_map
like:However, to use
loo::loo()
for each output, we need anothertar_map
, which can be something like:Considering that
tar_map
is useful for creating different parameter settings, it makes sense thatstantargets
should be able to handleloo
computations for model comparisons. What do you think?Beta Was this translation helpful? Give feedback.
All reactions