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

Real-time recommender performance evaluation #9

Closed
GoogleCodeExporter opened this issue Mar 15, 2016 · 1 comment
Closed

Real-time recommender performance evaluation #9

GoogleCodeExporter opened this issue Mar 15, 2016 · 1 comment

Comments

@GoogleCodeExporter
Copy link

It would be of great benefit to display some measure of the recommender's 
effectiveness in real-time. As each new datum is ingested, it's possible to 
evaluate how good a recommendation the engine thought it was before it was 
ingested. Real data ought to have been viewed as good recommendations 
previously. This could be as simple as average estimated strength.

Original issue reported on code.google.com by srowen@myrrix.com on 28 Aug 2012 at 9:33

@GoogleCodeExporter
Copy link
Author

Committed a simple version of this. The console now has an "average estimation 
error" statistic. Before each datum is processed, its strength is estimated. 
This statistic is the average difference from 1.0, weighted by the strength 
score. Lower is better.

This is just a first crude measure.

Original comment by srowen@myrrix.com on 1 Sep 2012 at 2:52

  • Changed state: Fixed

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

No branches or pull requests

1 participant