Probabilistic-Programming-and-Bayesian-Methods-for-Hackers icon indicating copy to clipboard operation
Probabilistic-Programming-and-Bayesian-Methods-for-Hackers copied to clipboard

Ch1_Introduction_PyMC3.ipynb

Open Chetanbuye12 opened this issue 7 years ago • 0 comments

While using this piece of code !!!

Mysterious code to be explained in Chapter 3.

with model: step = pm.Metropolis() trace = pm.sample(10000, tune=5000,step=step)

Gives an error !! ValueError: must use protocol 4 or greater to copy this object; since getnewargs_ex returned keyword arguments.

I am using!! Python 3.5.6 pymc3 3.5

Chetanbuye12 avatar Sep 07 '18 20:09 Chetanbuye12