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

[FR] Prediction Models Accuracy or F-Score metrics? #346

Closed
myst10py opened this issue Apr 14, 2021 · 5 comments · Fixed by #1933
Closed

[FR] Prediction Models Accuracy or F-Score metrics? #346

myst10py opened this issue Apr 14, 2021 · 5 comments · Fixed by #1933
Assignees

Comments

@myst10py
Copy link

We cannot compare the prediction models for our different use cases unless we have some sort of scoring metric for each.

This will improve the prediction piece of the project tremendously imho.

  • A
@DidierRLopes
Copy link
Collaborator

You mean like we have implemented for the Neural Network models?

E.g.

@myst10py
Copy link
Author

Thanks @DidierRLopes I didn't notice this in the code, what method did you call for the above screenshot?
I was merely using the pred -> one of the models and passing a ticker to see preds, but didn't see the function for displaying the model scoring metrics for the historical.

@DidierRLopes
Copy link
Collaborator

This one is only used for Neural Networks!

Do you think the other prediction models should also have these?

@myst10py
Copy link
Author

Yeah I think it is interesting to see the model metrics for any kind of predictive model personally

@DidierRLopes
Copy link
Collaborator

Sounds good, I'll try to work on this soon!

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

Successfully merging a pull request may close this issue.

4 participants