MinMaxScaler.transform#

MinMaxScaler.transform(X)#

Scale features of X according to feature_range.

Parameters:

X (array-like of shape (n_samples, n_features)) – Input data that will be transformed.

Returns:

Xt – Transformed data.

Return type:

ndarray of shape (n_samples, n_features)