bambinos / bambi

BAyesian Model-Building Interface (Bambi) in Python.
https://bambinos.github.io/bambi/
MIT License
1.08k stars 124 forks source link

Improve Variational Inference support #486

Open aloctavodia opened 2 years ago

aloctavodia commented 2 years ago

We allow model.fit(method="advi"), but we have largely ignored what happens next for the user. We should improve this situation. We should at least improve two aspects what object we return when using ADVI and provide documentation. It would be of help if we can use ArviZ to provide better support for Variational Inference.

tomicapretto commented 8 months ago

I think it would also be good to have an example.