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

How to compute several precisions & how to load a model #322

Open
prosso opened this issue Jan 15, 2020 · 0 comments
Open

How to compute several precisions & how to load a model #322

prosso opened this issue Jan 15, 2020 · 0 comments

Comments

@prosso
Copy link

prosso commented Jan 15, 2020

Hello, I have two questions:

  1. how can I compute precision@10, precision@5, precision@3 and precision@1 all together? If in my config file I write:

rec.recommender.ranking.topn=10
rec.recommender.ranking.topn=5
rec.recommender.ranking.topn=3
rec.recommender.ranking.topn=1

.. librec will alway compute only the last one (in this case precision@1)

  1. is there a way to train and store a model, and then load it in order to calculate other metrics?

Thanks

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