Evidence Graphics and Governance¶
Python-facing port of
evidence-graphics-and-governance.Rmdfrom the frozen R gp3bayes 0.5.0 reference. The statistical and governance framing below follows the canonical vignette; executable Python workflows use the mapped APIs listed later.
The stable gp3bayes objects already preserve provenance, design support, sensitivity results, backend checks, and schema comparisons. The development graphics layer adds ggplot-based views while leaving the underlying objects unchanged.
A status such as pass, review, or fail retains the semantics defined by
the originating gp3bayes audit. The plotting adapter does not reinterpret it.
Python API mapping¶
gp3bayespy.backend_parity_tablegp3bayespy.design_support_tablegp3bayespy.manifest_comparison_tablegp3bayespy.missingness_audit_tablegp3bayespy.model_evidence_tablegp3bayespy.plot_backend_parity_gggp3bayespy.plot_design_support_gggp3bayespy.plot_manifest_comparison_gggp3bayespy.plot_missingness_gggp3bayespy.plot_model_evidence_gggp3bayespy.plot_schema_comparison_gggp3bayespy.plot_sensitivity_suite_gggp3bayespy.schema_comparison_tablegp3bayespy.sensitivity_suite_table
Python usage¶
import gp3bayespy as gp
# All functions listed above are available from the package root.
# Use help(gp.<function>) or the API reference for the exact Python signature.