hexiangnan / neural_collaborative_filtering

Neural Collaborative Filtering
Apache License 2.0
1.8k stars 655 forks source link

applying to data other than movielens data requires the same format as ml-1m.test.negative ? #43

Open littlehome-eugene opened 5 years ago

littlehome-eugene commented 5 years ago

I see there are three files required fo training/testing

ml-1m.test.rating
ml-1m.test.nagative
ml-1m.train.negative

If I want to try data other than movielens, I should prepare the data in the same format as above?