model selection via Bayes factors in Turing.jl
#1864
Unanswered
SimonEnsemble
asked this question in
Q&A
Replies: 1 comment 3 replies
-
if this approach makes sense, happy to write a short tutorial demonstrating this, for |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
interested in model selection via Bayes factors.
my understanding is that
Turing.jl
currently provides no functionality for this.this blog post shows how we can numerically integrate the posterior with quadrature to obtain the evidence, provided (i) there aren't too many params to make this integral high-dimensional and (ii) we can evaluate the posterior at a given value of the params.
what do you think of the following approach to computing Bayes' factors, using
Turing.jl
(my models only have 2-3 params 😄).chain
as in the tutorials ofTuring.jl
.Beta Was this translation helpful? Give feedback.
All reactions