PipelineResult#
- class causalpy.pipeline.PipelineResult[source]#
Immutable result returned by
Pipeline.run().- experiment#
The fitted experiment.
- Type:
BaseExperiment or None
- effect_summary#
The effect summary from the experiment.
- Type:
EffectSummary or None
Methods
PipelineResult.__init__(experiment, ...)PipelineResult.from_context(context)Build a
PipelineResultfrom a completedPipelineContext.Attributes
- __init__(experiment, effect_summary, sensitivity_results, report)#
- Parameters:
experiment (BaseExperiment | None)
effect_summary (EffectSummary | None)
report (Any)
- Return type:
None
- classmethod __new__(*args, **kwargs)#