Data Scaler

MaxAbsScaler/MinMaxScaler /RobustScaler/StandardScaler

Common

Input Data

Inputs

*Target Data

Data input

*Output Name

Name of the scaled data

*Scaler

Name of the user-defined scaler module

*x (numeric)

Columns (variables) to be scaled by the scaler

Columns should be correctly formatted for the user-defined scaler method.

  • One or more columns should be selected.

[Task information of MaxAbsScaler]

Workflow Example

Python Package

MaxAbsScaler: https://scikitlearn.org/stable/modules/generated/sklearn.preprocessing.MaxAbsScaler.htmlarrow-up-right

MinMaxScaler: https://scikit-learn.org/stable/modules/generated/arrow-up-rightsklearn.preprocessing.MinMaxScaler.htmarrow-up-rightlarrow-up-right

RobustScaler: https://scikit-learn.org/stable/modules/generated/arrow-up-rightsklearn.preprocessing.MinMaxScaler.htmarrow-up-rightlarrow-up-right

StandardScaler: https://scikit-learn.org/stable/modules/generated/arrow-up-rightsklearn.preprocessing.StandardScaler.htmarrow-up-rightlarrow-up-right

Last updated