pipeline#
Pipeline orchestration for composable causal inference workflows.
Provides a Pipeline class that chains steps (EstimateEffect,
SensitivityAnalysis, GenerateReport) into a reproducible,
lazily-validated workflow. All steps are validated before any fitting
begins so that configuration errors surface before expensive MCMC sampling.
Classes
Orchestrate a sequence of causal-inference steps. |
|
Mutable container that accumulates results as pipeline steps execute. |
|
Immutable result returned by |
|
Protocol that all pipeline steps must satisfy. |