enoche / MMRec

A Toolbox for MultiModal Recommendation. Integrating 10+ Models...
GNU General Public License v3.0
367 stars 46 forks source link

Converting movielens dataset into the format of amazon baby dataset #18

Closed richay03 closed 1 year ago

richay03 commented 1 year ago

In the file baby.inter, please tell what does x_label represents. @enoche

enoche commented 1 year ago

@richay03 , thanks for your interests in this repo. x_label splits training/validation/test: 0 -- Training 1 -- Valid 2 -- Test

You can check the detailed code in https://github.com/enoche/MMRec/blob/master/preprocessing/0rating2inter.ipynb