standardize function

PipeableOperatorFn standardize()

Implementation

PipeableOperatorFn standardize() =>
        (DataFrame fittingData, {dtype = DType.float32}) =>
            Standardizer(fittingData, dtype: dtype!);