Skip to content
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

Measuring error #4

Closed
fedecaccia opened this issue May 17, 2018 · 1 comment
Closed

Measuring error #4

fedecaccia opened this issue May 17, 2018 · 1 comment

Comments

@fedecaccia
Copy link

Nice work! I have a suggest:
You are testing the model with RMSE this way:

testScore = math.sqrt(mean_squared_error(testY[0], testPredict[:,0]))

which is not a good metric to quantify the accuracy neither the performance of the model. Much more important that RMSE is the ability of the model to predict stock movements.
So I would like to see some metrics taking into account how much ups and downs are efficiently predicted. I suggest to implement recall and prediction measurements.

@NourozR
Copy link
Owner

NourozR commented Jul 3, 2018

You need to check the basic kinds of stuff once again bro. It's a regression work, FYI.

@NourozR NourozR closed this as completed Jul 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants