Exploratory-Analysis-of-Bayesian-Models icon indicating copy to clipboard operation
Exploratory-Analysis-of-Bayesian-Models copied to clipboard

Model comparison missing section

Open aloctavodia opened this issue 6 years ago • 5 comments

plot_compare, WAIC. Bayes Factor

aloctavodia avatar Aug 13 '19 15:08 aloctavodia

i think we should use this section to explain how to handle multiple observations and ic calculation for hierarchical models (i.e. similarly to these two discourse answers: one, two).

ArviZ docs on waic, loo and compare should then add this to See also/References section. Eventually, that would close https://github.com/arviz-devs/arviz/issues/987 and https://github.com/arviz-devs/arviz/issues/998.

Does the rugby model sound as a good example for this? I don't like that leave one match out is so similar to leave half match/goal recording out. A couple options are to use football league data (premier or spanish league have 20 teams instead of 8, but still not sure would work) or using a similar model but on some other field where the equivalent to match has 3 or 4 components instead of only 2.

OriolAbril avatar Jun 07 '20 14:06 OriolAbril

Good idea! Working on a football model would be fun 😉 Are there some good data available though? We can also write a first version with the rugby model (highlighting that the two different CVs are not expected to always be the same), and update with a new, better football example later?

AlexAndorra avatar Jun 07 '20 16:06 AlexAndorra

Are there some good data available though?

It is easy to copy from wikipedia :wink: and do some pandas magic.

OriolAbril avatar Jun 07 '20 16:06 OriolAbril

I support everything said here

canyon289 avatar Jun 07 '20 17:06 canyon289

We should also include an explanation on the different methods of computing model's weights (mostly stacking vs pseudo-BMA) and more important the effects this have on the expected results. See https://github.com/arviz-devs/arviz/issues/2077 for a common misconception we need to address

aloctavodia avatar Jul 30 '22 18:07 aloctavodia