biogeme.tools.pymc_utils module¶ biogeme.tools.pymc_utils.pretty_model(model)[source]¶ Print a human-readable snapshot of a PyMC model (version-robust). This avoids model.describe() (not present in all versions) and instead inspects the standard attributes exposed by pm.Model.