Python source code: [download source: bokeh_plot_loo_pit_overlay.py]
[download source: bokeh_plot_loo_pit_overlay.py]
API documentation: plot_loo_pit()
plot_loo_pit()
import arviz as az idata = az.load_arviz_data("non_centered_eight") ax = az.plot_loo_pit(idata=idata, y="obs", color="green", backend="bokeh")