Column to impute.
OptionalFillFill value when Strategy is constant.
Stable id for this step, referenced by downstream steps' Inputs.
OptionalInputsIds of upstream steps that feed this step (DAG edges).
Discriminator selecting the concrete step variant.
OptionalLabelOptional human-readable label for the visual DAG.
Fill strategy.
impute— fill missing values for a column using the given strategy. Fitted at train time (e.g. the mean/median learned from training data) and replayed at scoring (plan §6.2).