aromanro/MachineLearning

Add a scaler

aromanro opened this issue · 0 comments

Often data needs scaling.
Add a class that gets the data, computes the averages and standard deviation then scales it by subtracting the average and by dividing it with the standard deviation.
It should hold those values and be able to convert data back (this is useful for example for scaling back predictions).