SensitivityAnalysis.run#

SensitivityAnalysis.run(context)[source]#

Run all checks against the fitted experiment.

Parameters:

context (PipelineContext) – Pipeline context containing the fitted experiment and any experiment_config required by the checks.

Returns:

The same context with sensitivity_results and report populated.

Return type:

PipelineContext

Raises:
  • RuntimeError – If no experiment has been fitted (context.experiment is None).

  • TypeError – If a check is not applicable to the experiment type.