clarkkev / bipartite-link-prediction

40 stars 26 forks source link

review.json #1

Open sinaghz opened 7 years ago

sinaghz commented 7 years ago

Hi, Thanks for the great and usefull source . 'supervised_random_walk.py' needs to load a file named 'review.json' , but there is not such file in github. can you help me ?

clarkkev commented 7 years ago

As the README says, download the Yelp academic dataset (you can get it here), put it in the data/provided directory, and run dataset_maker.py. This will create the review.json file.