theano - Issue excecuting studentT in PyMC3 -


i try execute studentt() receive error . error is

"importerror: ('dll load failed: specified procedure not found.', '[elemwise{log1p,no_inplace}()]')"

if use normal(), there no issue. thank in advance

from pymc3 import studentt pm.model() model:         pm.glm.glm('returns ~ aap+ctxs+cah+lll', data,         family=glm.families.studentt())         start = pm.find_map()         step = pm.nuts(scaling=start)         trace = pm.sample(2000, step, start=start) 


Comments

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -