View Source Scidata.YelpFullReviews (Scidata v0.1.11)
Module for downloading the Yelp Reviews dataset.
Link to this section Summary
Functions
Downloads the Yelp Reviews training dataset or fetches it locally.
Downloads the Yelp Reviews test dataset or fetches it locally.
Link to this section Functions
Downloads the Yelp Reviews training dataset or fetches it locally.
options
Options.
:base_url
- Dataset base URL.Defaults to
"https://s3.amazonaws.com/fast-ai-nlp/"
:dataset_file
- Dataset filename.Defaults to
"yelp_review_full_csv.tgz"
:cache_dir
- Cache directory.Defaults to
System.tmp_dir!()
Downloads the Yelp Reviews test dataset or fetches it locally.
Accepts the same options as download/1
.