I am new to PyMC3. I am specifically doing sequential updating of priors.
My problem is very similar to the tutorial:
https://docs.pymc.io/notebooks/updating_priors.html
With the exception that the model in question is an external
function that I am importing from an external script. There
is a demo on loading an external likelihood function:
https://docs.pymc.io/notebooks/blackbox_external_likelihood.html
but not an external model. Would it be possible to get some help
on this? Are there any wrapper classes available for loading any external
model as a ‘black box’?
Thanks,