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

Add recommend-and-measure API #102

Open
mdekstrand opened this issue Apr 23, 2019 · 1 comment
Open

Add recommend-and-measure API #102

mdekstrand opened this issue Apr 23, 2019 · 1 comment

Comments

@mdekstrand
Copy link
Member

Right now, we only support measuring top-N recommendation lists that have been pre-generated. For unlimited-length lists on large data files, this is infeasible.

We need a 'recommend-and-measure' API that computes metrics over recommendation lists without needing to store the lists in memory. There are two ways we could do this:

  • add a method to RecListAnalysis
  • add a batch.recommend_and_measure function
@mdekstrand mdekstrand added this to the 0.15.0 milestone Nov 10, 2023
@mdekstrand mdekstrand moved this to In Progress in LensKit Overhaul Nov 10, 2023
@mdekstrand mdekstrand moved this from In Progress to Todo in LensKit Overhaul Nov 10, 2023
@mdekstrand
Copy link
Member Author

When we implement #503, measurement can be an alternate collector.

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

1 participant