I have fit a two-component mixture model using PYMC3, and wish to sample from the posterior model.
I am able to do so fine using pm.sample_posterior_predictive(), how