RUCAIBox / RecBole

A unified, comprehensive and efficient recommendation library
https://recbole.io/
MIT License
3.48k stars 615 forks source link

How to build interaction for the method 'full_sort_predict'? #1931

Open ralgond opened 1 year ago

ralgond commented 1 year ago

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

Fotiligner commented 11 months ago

@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.