You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 17, 2023. It is now read-only.
Hi,
In the example dataset (amazon, gowalla,...), all of the users in test data has interactions with at least one item.
However, I am trying to implement on a problem where the number of item we will recommend to users is only 1.
Therefore, there would be reasonably lots of users without any single interaction in test data, and we will still try to provide recommendation to them.
I am wondering if this implementation code can apply to this problem?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
In the example dataset (amazon, gowalla,...), all of the users in test data has interactions with at least one item.
However, I am trying to implement on a problem where the number of item we will recommend to users is only 1.
Therefore, there would be reasonably lots of users without any single interaction in test data, and we will still try to provide recommendation to them.
I am wondering if this implementation code can apply to this problem?
The text was updated successfully, but these errors were encountered: