EstimateEffect.validate#
- EstimateEffect.validate(context)[source]#
Check that the step is properly configured.
- Parameters:
context (
PipelineContext) – Pipeline context. Its data is used to validate the selected experiment constructor’s keyword arguments before execution.- Raises:
TypeError – If method is not a subclass of
BaseExperimentor supplied constructor arguments are incompatible with an inspectable constructor, including omitted required arguments.ValueError – If
datais passed in kwargs (it comes from the pipeline).
- Return type:
None