ml-forex-prediction
ml-forex-prediction copied to clipboard
A future function
Hi,return_range = df['return'].max() - df['return'].min() is a future function
Correct, use sklearn.preprocessing.MinMaxScaler
instead.