How to use the trained model to output TopN recommendation results #1619
-
I made a personal dataset and used NeuMF for model training. The training results are as follows:
The difference between precision and recall is too far. I think there is a problem with the algorithm, so I want to test whether the precision and recall values are correct with a UserID in the test set.
I use the following code to load the trained model:
I hope I can get your help. Thank you. (๑◡๑) |
Beta Was this translation helpful? Give feedback.
Answered by
VladHardAndSoftWare
Jan 6, 2023
Replies: 1 comment 1 reply
-
You can use code from paragraph 4 (https://www.kaggle.com/code/astrung/recbole-lstm-sequential-for-recomendation-tutorial) |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
PBlithe
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use code from paragraph 4 (https://www.kaggle.com/code/astrung/recbole-lstm-sequential-for-recomendation-tutorial)