Normalize

Normalizer, Quantile Transformer

Common

Input Data

Inputs

*Target Data

Data input

*Output Name

Name of the normalized data (fill it out at your discretion)

*Scaler

Name of the user-defined scaler module (fill it out at your discretion)

*x

Columns (variables) to be normalized

Workflow Example

Python Package

Normalizer: https://scikit-learn.org/stable/modules/generated/sklearn.preprocessing.Normalizer.html

Quantile Transformer: https://scikit-learn.org/stable/modules/generated/sklearn.preprocessing.QuantileTransformer.html

Last updated