Scidata.YelpFullReviews (Scidata v0.1.5) View Source

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

Specs

download() :: %{review: [binary(), ...], rating: [5 | 4 | 3 | 2 | 1]}

Downloads the Yelp Reviews training dataset or fetches it locally.

Specs

download_test() :: %{review: [binary(), ...], rating: [5 | 4 | 3 | 2 | 1]}

Downloads the Yelp Reviews test dataset or fetches it locally.