Blackbox likelihood #48
Labels
extra dependencies
Issues that require working with special dependencies
tracker id
Issues used as trackers in the notebook update project, do not close!
file: https://github.com/pymc-devs/pymc-examples/blob/main/examples/case_studies/blackbox_external_likelihood.ipynb
Required changes
The notebook needs to be modified to use ArviZ+InferenceData at the very least, it's hard to know what extra work will be needed as it has not been executed for a while, cython usage is tricky to get right. Note that it uses
DensityDist
is strange ways, using dicts asobserved
that containfreeRVs
and will need to usedensity_dist_obs=False
asidata_kwargs
(ref)Changes to discuss
I don't think this notebook can be converted to v4 unless it undergoes a significant rewrite. Not sure if we should try to get it working with a custom distribution or with
pm.Potential
for v4.The text was updated successfully, but these errors were encountered: