dataset-examples
dataset-examples copied to clipboard
Extract review.json file from yelp_academic_dataset.json
Hi,
I have a question about extracting the review.json
from yelp_academic_dataset.json
. I just execute the following:
python review_autopilot/autopilot.py yelp_academic_dataset.json > autopilot.json
the autopilot.json = review.json or not?
Thanks