Normalizer, Quantile Transformer
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.htmlarrow-up-right
Last updated 5 years ago