EstimateEffect.validate#
- EstimateEffect.validate(context)[source]#
Check that the step is properly configured.
- Parameters:
context (
PipelineContext) – Pipeline context (unused at validation time but required by the pipeline step interface).- Raises:
TypeError – If method is not a subclass of
BaseExperiment.ValueError – If
datais passed in kwargs (it comes from the pipeline).
- Return type:
None