EstimateEffect.run#

EstimateEffect.run(context)[source]#

Instantiate and fit the experiment.

The experiment constructor receives context.data as its first positional argument, followed by all captured keyword arguments.

Returns:

Updated context with experiment, experiment_config, and (if available) effect_summary populated.

Return type:

PipelineContext

Parameters:

context (PipelineContext)