pymc-devs / pymc-examples

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

Update GP Marginal and Latent notebooks to v5 #549

Closed fonnesbeck closed 12 months ago

fonnesbeck commented 1 year ago

Description

Updates to GP notebooks based on API changes in V5. Notably, using sampling everywhere instead of find_MAP, since sample_posterior_predictive no longer works properly with MAP estimates.

Helpful links

review-notebook-app[bot] commented 1 year ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

twiecki commented 1 year ago

Ping @fonnesbeck

fonnesbeck commented 1 year ago

Hi!

OriolAbril commented 12 months ago

@fonnesbeck I think you'll need to delete the branch and create it again. I tried to rebase and I had merge issues from some 2022 commits still in this branch. I think I manage to fix the issues anyway and will merge if checks pass