From 7d38328b233015c2146866b8652a47671651cc28 Mon Sep 17 00:00:00 2001 From: Heitor Date: Thu, 2 Sep 2021 00:22:48 -0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 112529a..8b78d90 100644 --- a/README.md +++ b/README.md @@ -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