-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Predicted price is far different from actual price #7
Comments
Hi @markcomfresh, a few things I would try and check are:
|
Hey Jingles, at first, nice work! I tested out on a lot of stocks, and I am facing the same difference as markcomfresh does. But I also see the reason why, cause if I check the plot for training and validation it's the most time, that the training datas are from the time before the "massive overvalued bull run" began in stock market, and the most validation datas are from the "massive overvalued bull run". I found out how to change the time range of the training data, but didn't find to mix them up or cut them in smaller slices. So the model also includes some validation datas before run up and some training datas from run up. Would be really happy if you could help me to find a way to split this a bit more. Regards |
Also, what does it hurt to add more layers and epochs? Is overfitting the greatest danger? |
Hi Hong,
I tried the project with IBM, the result is amazing. However, when I tried with other stock, e.g. AAPL, the predict price is much lower than actual price.
What would I do to make the predict price is closer to actual price? what line of code should I take a look at to make the adjustment?
Thank you,
Mark
The text was updated successfully, but these errors were encountered: