Will Dean

Results 623 comments of Will Dean

Here's the error message: ``` TypeError Traceback (most recent call last) File ~/GitHub/pymc-eco/pymc-marketing/idata.py:22 20 file = "check-serializable.json" 21 idata.attrs = attrs_doesnt_work ---> 22 idata.to_netcdf(file) 23 # except TypeError as e:...

Need to try out. This example in description is different than the docstrings. Both work? > ```python > import pymc as pm > import pymc_experimental as pmx > > with...

Totally. Does this work with scaling the regression target though?

This doesn't work ... (simple version of the model and how I am interpreting your suggestion) ```python import numpy as np import pymc as pm seed = sum(map(ord, "Scaling the...

However, doing for the covariated in the model works fine so breaking this into two steps (covariates and target) would be fine.

Cool. Seems good to work toward then. Are there open PyMC issues for this?

Cool. I know there are some related issues in pymc-marketing Related to #154 #407 #299 and others that are linked there.

That should work. Or maybe only astype on one of the return values