deep_matrix_factorization
deep_matrix_factorization copied to clipboard
ML-100k.pkl missing
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?
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.