Skip to content

Commit

Permalink
tutorial typo
Browse files Browse the repository at this point in the history
  • Loading branch information
joeddav authored Jan 28, 2021
1 parent b4e559c commit caddf91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/custom_datasets.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ read this in.
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
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
Expand Down

0 comments on commit caddf91

Please sign in to comment.