RUCAIBox / RecBole

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

can recbole deal with csv files in the cofiguration #1732

Open AbdElrahmanMostafaRifaat1432 opened 1 year ago

AbdElrahmanMostafaRifaat1432 commented 1 year ago

I wonder if recbole can deal with csv files instead of files with path (ex: data.inter) as we know how to deal with csv files

so if I can deal with csv files instead of .inter files please tell me I want to put a path of a csv file in the configuration file as my dataset

Paitesanshi commented 1 year ago

@bodymostafa123 Hi, thanks for your attention to RecBole! I'm sorry that RecBole doesn't support CSV files. However, you can convert your CSV file into the atomic file format that RecBole supports.