Module for preprocessing data
normalizes a ndarray
Scales a ndarray in a set of values
X (ndarray): ndarray of the data to be scaled
a (float): float of the minimum value
b (float): float of the maximum value
ndarray of the scaled values
mean normalizes a ndarray
Standard scales a ndarray