deep_matrix_factorization icon indicating copy to clipboard operation
deep_matrix_factorization copied to clipboard

ML-100k.pkl missing

Open sankethvedula opened this issue 6 years ago • 1 comments

Hey!

I am trying to reproduce the experiments from your paper. I was able to run the code for synthetic datasets. But I was not able to run anything on the MovieLens100k dataset because the file "ml-100k.pkl" is missing. I tried using the gen_gt.py and gen_obs.py, but they seem to be only defined for synthetic datasets. Am I missing something?

sankethvedula avatar Aug 19 '19 11:08 sankethvedula

I've added it. It contains just permuted entries of ML-100k, stored in a binary file. You can also download the original data from https://grouplens.org/datasets/movielens/100k/ and process the data yourself.

roosephu avatar Aug 19 '19 12:08 roosephu