achillesrasquinha / bulbea

:boar: :bear: Deep Learning based Python Library for Stock Market Prediction and Modelling
http://bulbea.readthedocs.io
Other
2.01k stars 475 forks source link

How to get the original close price from normalized price after prediction? #11

Open hao44le opened 6 years ago

hao44le commented 6 years ago

The normalized Close data is very different from the original close price, because we are using cumulative returns. google_stock pred

The first picture is Google stock price. The second picture is the keras RNN prediction on the normalized data. It looks very different how do I convert the prediction back to the original price?

vincent-roye commented 5 years ago

I'm wondering the same