Open ralgond opened 1 year 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.
https://github.com/RUCAIBox/RecBole/blob/4121d5c2a7c4813566d2240e5d474d6ce2f0929f/recbole/model/sequential_recommender/srgnn.py#L247