Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
heitor57 authored Sep 2, 2021
1 parent 7ce4907 commit 7d38328
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ This is a repository that contains POI (Point of interest) recommenders and dive
# Setup


To setup first start with running the Makefile.
To set up first start with running the Makefile.

make

Download Yelp Open Dataset (https://www.yelp.com/dataset) and put it files in data folder. Also download https://www.yelp.com/developers/documentation/v3/all_category_list/categories.json and put it in data directory.

After this you can generate the datasets we use to do evaluations with the following command:
After that, it's possible to generate the pre-processed datasets that we use to do evaluations with the following command:

cd algorithms/
python datasetgen.py
Expand Down

0 comments on commit 7d38328

Please sign in to comment.