7.6.3. mclearn.preprocessing.normalise_01

mclearn.preprocessing.normalise_01(features)[source]

Normalise each feature to unit interval.

Parameters:features (array, shape = [n_samples, n_features]) – Each row is a sample point and each column is a feature.
Returns:features_normalised
Return type:array, shape = [n_samples, n_features]