Skip to content

How can I make prediction faster with only training data? #1288

Answered by Ethan-TZ
gurokeretcha asked this question in Q&A
Discussion options

You must be logged in to vote

@gurokeretcha Hello, thanks for your attention to RecBole!
You can only create an interaction object with all users, and utilize model.full_sort_predict() function, which will give the scores of all items for a certain user. Then you can select topk item based on it.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@gurokeretcha
Comment options

@Ethan-TZ
Comment options

Answer selected by gurokeretcha
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested
2 participants