pymc-resources icon indicating copy to clipboard operation
pymc-resources copied to clipboard

Updates and Chp07 conversion

Open yahrMason opened this issue 3 years ago • 1 comments

  • added tqdm to environment
  • re-executed Chp 06 (there was a residual error message in the logs from the old code)
  • updating Chp 07

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.

yahrMason avatar Aug 07 '22 17:08 yahrMason

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

Thank you!

canyon289 avatar Sep 11 '22 15:09 canyon289

Thanks a lot @yahrMason.

I wonder if you already converted chapter 11?

EAly avatar Sep 21 '22 05:09 EAly

@EAly

I have not gotten to chapter 11 yet, I am still working through chapter 10. I can take a look today though, I have picked up a few patterns of syntax that needs to be changed. Perhaps I can turn it around fairly quickly. I will let you know what I uncover.

yahrMason avatar Sep 21 '22 12:09 yahrMason

Thanks a lot @yahrMason , totally appreciate your help!

EAly avatar Sep 21 '22 14:09 EAly

@EAly

Here is the PR for Chp 11 yahrMason:Chp11_v4

yahrMason avatar Sep 22 '22 12:09 yahrMason

Awesome, thanks a lot!

EAly avatar Sep 22 '22 23:09 EAly

@EAly I updated the Chp11 code. I couldn't figure out the new arviz command for hpd (its hdi). I used a normal approximation to get around that and make the plots. I have made the change to hdi. I also made updates to 12 and 13.

yahrMason avatar Sep 24 '22 17:09 yahrMason

Thanks a lot mate.

EAly avatar Sep 25 '22 12:09 EAly