SensitivityAnalysis.run#
- SensitivityAnalysis.run(context)[source]#
Run all checks against the fitted experiment.
- Parameters:
context (
PipelineContext) – Pipeline context containing the fitted experiment and anyexperiment_configrequired by the checks.- Returns:
The same context with
sensitivity_resultsandreportpopulated.- Return type:
- Raises:
RuntimeError – If no experiment has been fitted (
context.experiment is None).TypeError – If a check is not applicable to the experiment type.