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

sensitivity_results#

Results of all sensitivity / diagnostic checks.

Type:

list

report#

Generated report artifact.

Type:

object or None

Methods

PipelineResult.__init__(experiment, ...)

PipelineResult.from_context(context)

Build a PipelineResult from a completed PipelineContext.

Attributes

__init__(experiment, effect_summary, sensitivity_results, report)#
Parameters:
Return type:

None

classmethod __new__(*args, **kwargs)#