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.).

Return type:

CheckResult