tutorial typo

This commit is contained in:
Joe Davison
2021-01-28 09:21:58 -05:00
committed by GitHub
parent b4e559cfa1
commit caddf9126b

View File

@@ -75,7 +75,7 @@ read this in.
test_texts, test_labels = read_imdb_split('aclImdb/test') test_texts, test_labels = read_imdb_split('aclImdb/test')
We now have a train and test dataset, but let's also also create a validation set which we can use for for evaluation We now have a train and test dataset, but let's also also create a validation set which we can use for for evaluation
and tuning without training our test set results. Sklearn has a convenient utility for creating such splits: and tuning without tainting our test set results. Sklearn has a convenient utility for creating such splits:
.. code-block:: python .. code-block:: python