stock-prediction icon indicating copy to clipboard operation
stock-prediction copied to clipboard

Using alternative stock/currency rates

Open MikeHibbert opened this issue 5 years ago • 1 comments

Hi

In your notebook, you use values that are initially in the ranges of 20 and then scale them down to between 1 and 0.

If I wanted to plug in values that were already lower than 1 and above 0, (like 0.00000690 for example), would they still need scaling?

If so what do you recommend?

MikeHibbert avatar Dec 28 '18 14:12 MikeHibbert

Scaling or Normalizing all the values to 0 and 1 can make your training faster (usually).

But it is not necessarily required.

Kulbear avatar Mar 12 '19 05:03 Kulbear