pymc-devs / pymc-examples

Examples of PyMC models, including a library of Jupyter notebooks.
https://www.pymc.io/projects/examples/en/latest/
MIT License
280 stars 243 forks source link

VI api quickstart #137

Open OriolAbril opened 3 years ago

OriolAbril commented 3 years ago

File: https://github.com/pymc-devs/pymc-examples/blob/main/examples/variational_inference/variational_api_quickstart.ipynb Reviewers:

The sections below may still be pending. If so, the issue is still available, it simply doesn't have specific guidance yet. Please refer to this overview of updates

Known changes needed

Changes listed in this section should all be done at some point in order to get this notebook to a "Best Practices" state. However, these are probably not enough! Make sure to thoroughly review the notebook and search for other updates.

General updates

*

ArviZ related

*

Changes for discussion

Changes listed in this section are up for discussion, these are ideas on how to improve the notebook but may not have a clear implementation, or fix some know issue only partially.

General updates

*

ArviZ related

*

Notes

Exotic dependencies

Computing requirements

chiral-carbon commented 3 years ago

can I take this up? I'm not able to self-assign due to maybe some change in permissions.

ferrine commented 3 years ago

It might not work on pymc master branch, there are technical issues with upgrade

Sayam753 commented 3 years ago

Hi @ferrine . Right now, the idea is to update notebooks to run on v3.11.2 and follow Best Practices Guide, not on main/v4.

ferrine commented 2 years ago

I see