We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbf4fc3 commit 3dd693dCopy full SHA for 3dd693d
pymc3/tests/test_stats.py
@@ -86,6 +86,9 @@ def test_compare():
86
87
traces = [trace0, trace1, trace2]
88
models = [model0, model1, model2]
89
+
90
+ model_dict = dict(zip(models, traces))
91
92
w_st = pm.compare(model_dict, method='stacking')['weight']
93
w_bb_bma = pm.compare(model_dict, method='BB-pseudo-BMA')['weight']
94
w_bma = pm.compare(model_dict, method='pseudo-BMA')['weight']
0 commit comments