Normalize
Normalizer, Quantile Transformer
Last updated
Normalizer, Quantile Transformer
Last updated
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
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