Replies: 1 comment 4 replies
-
Update forward to return the embedding
Then use knn.
Also, you can just add completely new users to the graph and pass it to the forward function. Open to accepting PRs that updates this collab notebook, to show how to predict top N movies for all users. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am working along side the example for Link Prediction on MovieLens.ipynb (https://colab.research.google.com/drive/1xpzn1Nvai1ygd_P5Yambc_oe4VBPK_ZT?usp=sharing).
Can you please provide code example on how to predict top N movies for all users, and how to generate recommendations for a completely new user (unseen in training dataset)?
I appreciate your help.
Jon
Beta Was this translation helpful? Give feedback.
All reactions