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

a problem #1

Open
neuliyiping opened this issue Apr 5, 2020 · 1 comment
Open

a problem #1

neuliyiping opened this issue Apr 5, 2020 · 1 comment

Comments

@neuliyiping
Copy link

If I want to get the top ten music data that a user is most likely to click or recommend 10 songs to a user, what should I do? Can you help me?

@busesese
Copy link
Owner

If I want to get the top ten music data that a user is most likely to click or recommend 10 songs to a user, what should I do? Can you help me?

I think MKR is a ranking model, so if you want to get the top ten music, you should get the recall set first, which represents the music that current users are most likely to click. Then use the MKR model to rank the recall set. As for the recall set, you can get it through user itemcf, item2vec or some user performance policies.

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