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 argument in download/2
but excludes :unsup
because all unlabeled examples are in the training set.