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