View Source Scidata.YelpPolarityReviews (Scidata v0.1.11)
Module for downloading the Yelp Polarity Reviews dataset.
Link to this section Summary
Functions
Downloads the Yelp Polarity Reviews training dataset or fetches it locally.
Downloads the Yelp Polarity Reviews test dataset or fetches it locally.
Link to this section Functions
Downloads the Yelp Polarity 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_polarity_csv.tgz"
:cache_dir
- Cache directory.Defaults to
System.tmp_dir!()
Downloads the Yelp Polarity Reviews test dataset or fetches it locally.
Accepts the same options as download/1
.