EstimateEffect.run#
- EstimateEffect.run(context)[source]#
Instantiate and fit the experiment.
The experiment constructor receives
context.dataas its first positional argument, followed by all captured keyword arguments.- Parameters:
context (
PipelineContext) – Pipeline context.context.datais forwarded to the experiment constructor as the first positional argument.- Returns:
Updated context with
experiment,experiment_config, and (if available)effect_summarypopulated.- Return type: