> For the complete documentation index, see [llms.txt](https://hwasumok.gitbook.io/r-flow/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hwasumok.gitbook.io/r-flow/python/data-preprocess/data-scaler.md).

# Data Scaler

## 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)** | <p>Columns (variables) to be scaled by the scaler</p><p>Columns should be correctly formatted for the user-defined scaler method.</p><ul><li>One or more columns should be selected.</li></ul> |

![\[Task information of MaxAbsScaler\]](/files/-MKYghc2cbz5J5eDTtZq)

## Workflow Example

![](/files/-ML_mVb_XMJcT_pLb5ce)

## Python Package

**MaxAbsScaler**: [https://scikitlearn.org/stable/modules/generated/sklearn.preprocessing.MaxAbsScaler.html](https://scikit-learn.org/stable/modules/generated/sklearn.preprocessing.MinMaxScaler.html)

**MinMaxScaler**:  [https://scikit-learn.org/stable/modules/generated/](https://scikit-learn.org/stable/modules/generated/sklearn.impute.IterativeImputer.html?highlight=iterativeimputer)[sklearn.preprocessing.MinMaxScaler.htm](https://scikit-learn.org/stable/modules/generated/sklearn.preprocessing.MinMaxScaler.html)[l](https://scikit-learn.org/stable/modules/generated/sklearn.impute.IterativeImputer.html?highlight=iterativeimputer)

**RobustScaler**:  [https://scikit-learn.org/stable/modules/generated/](https://scikit-learn.org/stable/modules/generated/sklearn.impute.KNNImputer.html)[sklearn.preprocessing.MinMaxScaler.htm](https://scikit-learn.org/stable/modules/generated/sklearn.preprocessing.MinMaxScaler.html)[l](https://scikit-learn.org/stable/modules/generated/sklearn.impute.IterativeImputer.html?highlight=iterativeimputer)

**StandardScaler**: [https://scikit-learn.org/stable/modules/generated/](https://scikit-learn.org/stable/modules/generated/sklearn.impute.KNNImputer.html)[sklearn.preprocessing.StandardScaler.htm](https://scikit-learn.org/stable/modules/generated/sklearn.preprocessing.MinMaxScaler.html)[l](https://scikit-learn.org/stable/modules/generated/sklearn.impute.IterativeImputer.html?highlight=iterativeimputer)
