PipelineContext#
- class causalpy.pipeline.PipelineContext[source]#
Mutable container that accumulates results as pipeline steps execute.
Each step reads from and writes to this context, building up a complete record of the analysis.
- experiment_config#
The configuration used to create the experiment (method class + keyword arguments), so that downstream steps like
SensitivityAnalysiscan derive experiment factories.
Methods
Attributes
- __init__(data, experiment=None, experiment_config=None, effect_summary=None, sensitivity_results=<factory>, report=None)#
- classmethod __new__(*args, **kwargs)#