ml-forex-prediction icon indicating copy to clipboard operation
ml-forex-prediction copied to clipboard

A future function

Open l976308589 opened this issue 7 years ago • 2 comments

Hi,return_range = df['return'].max() - df['return'].min() is a future function

l976308589 avatar Feb 27 '18 06:02 l976308589

Correct, use sklearn.preprocessing.MinMaxScaler instead.

hayatoy avatar Mar 15 '18 12:03 hayatoy