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 = TRUEmight be a good idea because it is hard to computeloo::loowhentar_stan_mcmcis run insidetar_map.For example, we can use
summaryinside thistar_maplike:However, to use
loo::loo()for each output, we need anothertar_map, which can be something like:Considering that
tar_mapis useful for creating different parameter settings, it makes sense thatstantargetsshould be able to handleloocomputations for model comparisons. What do you think?Beta Was this translation helpful? Give feedback.
All reactions