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.- Returns:
Updated context with
experiment,experiment_config, and (if available)effect_summarypopulated.- Return type:
- Parameters:
context (PipelineContext)