Will Dean

Results 623 comments of Will Dean

Hi @kb-open Thanks for raising an issue! Can you provide some details about the environment that you are using and a minimal code block to reproduce Something based on this...

I was not able to reproduce exactly. Your work around causes the failure for me. Without the work-around works

Yes, I did. I'm putting in a fix with https://github.com/pymc-labs/pymc-marketing/pull/1640 Can you see if that change works for you?

Yeah, i saw that too. Then more digging is needed. What is wrong with your workaround? Doesnt seem like unreasonable thing to do

Did https://github.com/pymc-labs/pymc-marketing/pull/1636 affect this?

Is this a feature of PyMC? Can you link the resources (even if they are outdated) EDIT: Is it this `callback` parameter? https://www.pymc.io/projects/docs/en/latest/api/generated/pymc.sample.html Can this not be passed with kwargs...

That seems like a model builder bug then. Good catch! We will likely have to write a customer encoder or have your class work with this. https://docs.python.org/3/library/json.html#json.JSONEncoder You can currently...

Any thoughts on this @juanitorduz Should we catch and raise more informative error? Think handling all types of keys would be impossible.

> @wd60622 Using the first option only works for `pymc` sampler. I was using `numpyro` but seems it doesn't work properly > > > > > ```python > > >...