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

marginalized gaussian mixture model #103

Open OriolAbril opened 3 years ago

OriolAbril commented 3 years ago

File: https://github.com/pymc-devs/pymc-examples/blob/main/examples/mixture_models/marginalized_gaussian_mixture_model.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

taking this issue up

chiral-carbon commented 3 years ago

@OriolAbril I was looking at this and #102 and as asked in issue #32, should we try to combine this notebook with gaussian mixture model notebook?