Daniel Saunders

Results 5 comments of Daniel Saunders

I believe this one can be closed. The compiled_pymc_model function accepts a list of var names: https://github.com/pymc-devs/nutpie/blob/f4afe2f6cfb6639df82711f5281243f58737075a/python/nutpie/compile_pymc.py#L449C32-L449C36

I think two changes could resolve this: 1. Can we fill initial window with nulls that have a shape which matches the later values? Right now we get `[null,null, .....

> `store_unconstrained` controls if the unconstrained point is stored in `trace.sampler_stats` as a 1d vector. There is currently no way to control the unconstrainted values in `trace.posterior`. But maybe it...

Just some more context for this story. On a project, we reverted to an old pymc-marketing because we were finding the new convolution to be quite slow in the optimizer....