fehiepsi / rethinking-pyro

Statistical Rethinking with PyTorch and Pyro
https://fehiepsi.github.io/rethinking-pyro/
MIT License
161 stars 34 forks source link

Update to be consistent with second edition? #3

Open asett0 opened 4 years ago

asett0 commented 4 years ago

Are there any plans to update the rethinking.py code and code examples to be consistent with the second edition of the book? For example is there going to be an implementation of quap?

fehiepsi commented 4 years ago

Hi @asett0, codes in this repository have not been updated to the latest Pyro versions. Please check out this repository for the updated codes of 2nd edition in NumPyro. It is easier to port NumPyro code to Pyro code than to update the current code in this repository.