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

Question: how can I use multiple implicit feedback? #34

Closed
vuongtrannguyenkhoi opened this issue Jun 18, 2017 · 1 comment
Closed

Question: how can I use multiple implicit feedback? #34

vuongtrannguyenkhoi opened this issue Jun 18, 2017 · 1 comment

Comments

@vuongtrannguyenkhoi
Copy link

Thanks for wonderful lib,
I have a question: what if I have multiple user features like user rating, play time, play number of an item....,
How to compile these user features and apply it as an input ranking to run this algorithm?

@benfred
Copy link
Owner

benfred commented Jun 21, 2017

You will need to combine these features into a single confidence value that a user likes an item.

The total play time and number of plays for an item will be highly correlated together: I would probably just include one of these for simplicity, and then add in a high constant amount of confidence for users that have explicitly liked the item.

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