aloctavodia / BAP

Bayesian Analysis with Python (Second Edition)
https://www.amazon.com/dp/B07HHBCR9G
MIT License
649 stars 250 forks source link

Chapter 4 - exercises question 8 #63

Closed bjonnh closed 4 years ago

bjonnh commented 4 years ago

trace_logistic = pm.sample(size=2000)

should be

trace_logistic = pm.sample(2000)

aloctavodia commented 4 years ago

I am not able to find the offending line in the book or notebooks. Are you sure this is a typo from the book. Could you point to the page number and if this is the printed or ebook version. Thanks

bjonnh commented 4 years ago

Not in the book, it is in the exercise notebooks of this repo. Arviz PyMC are the last in anaconda.

aloctavodia commented 4 years ago

Fixed!