PartiallyInitializedStep#

class polpo.preprocessing.load.pregnancy.PartiallyInitializedStep(Step, pass_data=True, **kwargs)[source]#

Bases: PreprocessingStep

Instantiate a step based on data.

Parameters:
  • Step (PreprocessingStep) – Step to be instantiated.

  • pass_data (bool) – Whether to pass that to callable after instantiation.