Closed bjonnh closed 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
Not in the book, it is in the exercise notebooks of this repo. Arviz PyMC are the last in anaconda.
Fixed!
trace_logistic = pm.sample(size=2000)
should be
trace_logistic = pm.sample(2000)