-
-
Notifications
You must be signed in to change notification settings - Fork 263
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GP Mauna Loa #73
Comments
Hi @OriolAbril, I can work on this task. Just want to confirm that the main tasks are upgrading the notebook into PyMC v4 and new ArviZ version right? Thanks |
Thanks! Yes, the main tasks are updating to use v4 and ArviZ and to update the metadata and style, see pymc-devs/pymc#5460 for example. Everything should be written in the jupyter style guide and the webinar from the PyMC-Data Umbrella series, if you have any questions let me know |
I re-run this notebook with the latest pymc version There seems a problem in
The results of estimated parameters from pymc v4 are:
While the expected (in pymc 3.9.3) should be:
The wrong estimated params from find_MAP lead to a big standard deviation in model prediction My local PyMC v4 environment config:
|
There seems a similar issue at pymc-devs/pymc#5443 (comment) |
What happens without that |
The same [wrong] results when set
This code prints the variables:
Outputs:
May be you want to see all variables, so I print it all here:
Outputs:
|
Hi @OriolAbril, I have also re-run this notebook in Is it okie if I do some General updates and ArviZ related things and make a PR to move this one to |
As long as notebooks move progressively towards the Done column all PRs will be welcome 😄 |
The problem with using this notebook in v4 is possibly due to the buggy |
File: https://github.com/pymc-devs/pymc-examples/blob/main/examples/gaussian_processes/GP-MaunaLoa.ipynb
Reviewers:
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
The text was updated successfully, but these errors were encountered: