PSIS Diagnostics with Numpyro

I see code here to do PSIS diagnostics with Pyro, but I think it’s specific to Pyro and wouldn’t work with Numpyro. Has anyone put together something similar for Numpyro?

1 Like

I’m not aware of a NumPyro implementation, but you could always try using arviz. You can use from_numpyro to pass your fitted model across.

1 Like