Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

It's weird that this code can only performance well on predicting 'NDX' #19

Open
fanfoxle opened this issue Apr 6, 2020 · 1 comment

Comments

@fanfoxle
Copy link

fanfoxle commented Apr 6, 2020

I found that this da-rnn can only predict 'NDX'.
If I try to use it to predict other colums such as 'YHOO' or 'XLNX', the results are bad.
And here is the most weird thing. I modified it to do the single varible prediction (e.g. using 'NDX' as both the input and target). And it still only works well on 'NDX'. The results on other stocks are bad (the Loss doesn't decrease).
Can this be explained?
pred_0
the performance on 'NDX'
pred_0
the performance on 'AAL'

@fanfoxle
Copy link
Author

fanfoxle commented Apr 7, 2020

After I use MinMaxScaler() to preprocess the data (rather than StandardScaler()), the result is much better.
pred_0

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant