For mixed models, it would be great if MCMC could be initialized with a more accurate estimation. This was a feature in Pymc and Edwardlib, but does not appear to be available in either tensorflow_probability or the edward2.
Is there any interest in this in tfp? I’m currently working on the Stochastick Block Model example and I ended up re-implementing edward’s MAP. That would be a nice by-product.
For mixed models, it would be great if MCMC could be initialized with a more accurate estimation. This was a feature in Pymc and Edwardlib, but does not appear to be available in either
tensorflow_probability
or theedward2
.