InferenceReport
is a Julia package to generate nice report from MCMC runs.
Compatible with Pigeons.jl
and
a MCMCChains.jl
.
Basic idea:
using InferenceReport
using Pigeons
pt = pigeons(target = Pigeons.toy_turing_unid_target(), record = [traces])
report(pt)
This will open in your browser the following report.