-
-
Notifications
You must be signed in to change notification settings - Fork 743
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
Rethink2 to pymc v5 #234
base: main
Are you sure you want to change the base?
Rethink2 to pymc v5 #234
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
pre-commit is passing locally. Not sure what's causing the issue. |
Amazing effort! |
The pre-commit looks to be a version problem maybe. |
@yahrMason Can you rebase? should fix pre-commit issues. |
@twiecki ah yep, that solved it. Thanks for that. |
I think @cluhmann had started on a conversion as well, so maybe he can take a look. |
Rethinking_2 Conversion to PyMC v5+
I am working on updating the Rethinking_2 notebooks to the current version of PyMC + Pytensor. The changes I am making are:
idata
as opposed totrace
)coords
to manage model dimensionsI made an initial pass through the notebooks and changed all aesara/theano refs to pytensor, and changed the names of all inference data objects to the standard
idata
convention. Now I need to go through the notebooks and execute them and make sure that they run properly. The following list tracks my progress. Anyone feel free to clone my branch and make edits/updates.To Do:
coords
andidata_kwargs={"log_likelihood": True}