Preprocessing#
Transform Classes#
|
Binarize labels in a one-vs-all fashion. |
Encode target labels with value between 0 and n_classes-1. |
|
|
Transform features by scaling each feature to a given range. |
|
Standardize features by removing the mean and scaling to unit variance. |
Transform Functions#
|
Binarize labels in a one-vs-all fashion. |
|
Transform features by scaling each feature to a given range. |
|
Scale input vectors individually to unit norm (vector length). |
|
Standardize a dataset along any axis. |