evison / JRL

Code for paper: Joint Representation Learning for Top-N Recommendation with Heterogenous Information Sources
GNU General Public License v3.0
49 stars 20 forks source link

One step missing in data preprocess #6

Open 1222LXJ opened 3 years ago

1222LXJ commented 3 years ago

Dear authors, when I run the part of data preprocessing, I found that one step is missing, which is to index meta-data.

After this step:

"o Split train/test -- Download the meta data from http://jmcauley.ucsd.edu/data/amazon/"

How can I generate, for example, "also_bought_p_p.txt.gz", "also_viewed_p_p.txt.gz"? I guess that you forget to upload this part.

Thank you in advance.

evison commented 3 years ago

Dear 122LXj, You may check out this new repository for the JRL model:

https://github.com/QingyaoAi/Joint-Representation-Learning-for-Top-N-Recommendation

This updated repository contains the complete documents of the project.