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

How to generate a list of items as the recommendation result? #29

Open
ralgond opened this issue Dec 31, 2022 · 1 comment
Open

How to generate a list of items as the recommendation result? #29

ralgond opened this issue Dec 31, 2022 · 1 comment

Comments

@ralgond
Copy link

ralgond commented Dec 31, 2022

thank you!

@pmixer
Copy link
Owner

pmixer commented Dec 31, 2022

@ralgond in short, you could sample some candidate items, scoring by the model, select topk items with higher scores, similar details shown in https://github.com/pmixer/SASRec.pytorch/blob/master/utils.py#L140 , still, the repo is for recsys research use, you may need to do some engineering work if hope to train a model and deploy it for online inference for production.

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