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
Post a Comment