This is my first time opening a pull request for Pymc; thus Please let me know if something is wrong; I have tried to use the same format that was used by my friend Ben who posted the conversion for lectures 2022 earlier.
Thank you for opening a pull request!
Please check our style guide, and also make sure that the notebooks you've modified pass the pre-commit checks. If, for example, you modified notebook1.ipynb and notebook2.ipynb, you could do this by running:
pre-commit run --files notebook1.ipynb notebook2.ipynb
You may need to run it a couple of times before all the checks pass.
Statistical rethinking lecture 2022 lecture -16, Pymc v5 conversion Added..
This is my first time opening a pull request for Pymc; thus Please let me know if something is wrong; I have tried to use the same format that was used by my friend Ben who posted the conversion for lectures 2022 earlier.
Thank you for opening a pull request!
Please check our style guide, and also make sure that the notebooks you've modified pass the
pre-commit
checks. If, for example, you modifiednotebook1.ipynb
andnotebook2.ipynb
, you could do this by running:You may need to run it a couple of times before all the checks pass.