RecBole icon indicating copy to clipboard operation
RecBole copied to clipboard

How to build interaction for the method 'full_sort_predict'?

Open ralgond opened this issue 1 year ago • 1 comments

https://github.com/RUCAIBox/RecBole/blob/4121d5c2a7c4813566d2240e5d474d6ce2f0929f/recbole/model/sequential_recommender/srgnn.py#L247

ralgond avatar Dec 01 '23 04:12 ralgond

@ralgond Thanks for your attention to RecBole! In our program, when you run the run_recbole.py for the model, the process will automatically call the full_sort_predict function defined in the model, using interaction datas formed in data preprocessing phase. You can check files in "data" directory to find more details of formulating interactions.

Fotiligner avatar Dec 11 '23 04:12 Fotiligner