Description Usage Arguments Value
Rescales data to standardised ranges
1 2 | pipe_scaler(train, exclude_columns = character(length = 0),
type = "[0-1]", retransform_columns)
|
train |
The train dataset, as a data.frame or data.table. Data.tables may be changed by reference. |
exclude_columns |
Names of columns that should be excluded from rescaling |
type |
Type of rescales to perform:
|
retransform_columns |
Columns that should be rescaled later on. A new pipe will be created and returned as a separate list entry. |
A list containing the transformed train dataset and a trained pipe. If retransform_columns
was set, the reverting pipe will also be provided.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.