Closed Peggy1027 closed 1 year ago
Hi, Peggy1027, thanks for running our code and giving the above feedback.
@enoche so the rating files link is http://snap.stanford.edu/data/amazon/productGraph/item_dedup.csv ? 3.2gb in total
oh, I finally know what you mean, thanks for your nice project.
Your work is impressive and helpful for beginners like me to understand the multi-modal recommendation system. But I encountered two problems when running your data-preprocessing module: 1. Your data-preprocessing module seems unable to handle the "complete review data"; I would like to know if you can release these codes; 2. During the remapping process in the "2reindex-feat.ipynb", I found that there would be a mismatch, so the map_dict would be empty. Except for processing the string "true" and "false" in the parse function and modifying the file path, I made no changes. Is there anything wrong?