Scidata.IMDBReviews.download_test
You're seeing just the function
download_test
, go back to Scidata.IMDBReviews module for more information.
Specs
download_test([{:example_types, [test_sentiment()]}]) :: %{ review: [binary(), ...], sentiment: [1 | 0] }
Downloads the IMDB reviews test dataset or fetches it locally.
example_types
is the same as in download/2
, but :unsup
is
unavailable because all unlabeled examples are in the training set.