Check.run#
- Check.run(experiment, context)[source]#
Execute the check and return a result.
- Parameters:
experiment (
BaseExperiment) – The fitted experiment to check.context (
PipelineContext) – The pipeline context (provides experiment_config, data, etc.).
- Returns:
Outcome of the check, including pass/fail status and any diagnostic payload produced by the implementation.
- Return type: