ScalersΒΆ

MinMaxScaler

Scale each column to the [0, 1] range.

StandardScaler

Scale each column by setting the mean to 0 and the standard deviation to 1.

YeoJohnson

Scale the data accoring to the Yeo-Johnson transformation.