Normalizes a numerical column by subtracting the mean and dividing by its standard deviation.
with_mean
and with_std
parameters.
Examples
ds.first_name
), datasets (ds
or ds[["first_name", "last_name"]]
) or models (referenced
by name e.g. "churn-clf"
).
Inputs
Outputs
step(..., {"param": "value", ...}) -> (output)
.