DUET icon indicating copy to clipboard operation
DUET copied to clipboard

MovieLens-1m数据集处理问题

Open Je5s1e opened this issue 1 year ago • 0 comments

官方movielens-1m数据集目录中只包含movies.dat, ratings.dat, README和user.dat,并未包含train.txt和test.text。然而,项目中scripts/目录下的所有movielens_train.sh中读取movielens的方式为:train_file="${dataset}/train.txt", test_file="${dataset}/test.txt"。因此对于movielens的预处理生成train.txt和test.txt未给出?或者应该如何修改项目读取movielens数据集的方式?

Je5s1e avatar Oct 27 '24 08:10 Je5s1e