paulpig / sequentialRec

序列推荐模型
3 stars 1 forks source link

Data missing #1

Open unknowed-ER opened 1 year ago

unknowed-ER commented 1 year ago

I run the following command but get an FileNotFoundError. FileNotFoundError: [Errno 2] No such file or directory: 'Data/beauty/ratings_5_core.csv'

python run.py --templates 5_core_both_view_buy_graph_sasrec_beauty_pretrain_graph_finetune_sasrec_both_lightgcn_kgat_gate_merge_attention_not_valid_repalce_kgat_behavior_rel_items_lightgcn_shared_items_add_kgat_attention_gate

I try to get data from this link http://jmcauley.ucsd.edu/data/amazon/, but I can only get reviews_Beauty_5.json.gz instead of missing file ratings_5_core.csv. How to get the data ratings_5_core.csv? Looking forward to your reply.

unknowed-ER commented 1 year ago

It seems that file ratings_5_core.csv is equal to ratings.csv ?