Skip to content

Commit 5b1f20a

Browse files
committed
Merge pull request #2831 from eltermann/doc-typo
Fixed small typo
2 parents 73246b1 + 82a5ba8 commit 5b1f20a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/applications/plot_out_of_core_classification.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
The dataset used in this example is Reuters-21578 as provided by the UCI ML
1616
repository. It will be automatically downloaded and uncompressed on first run.
1717
18-
The plot represents is the learning curve of the classifier: the evolution
18+
The plot represents the learning curve of the classifier: the evolution
1919
of classification accuracy over the course of the mini-batches. Accuracy is
2020
measured on the first 1000 samples, held out as a validation set.
2121

0 commit comments

Comments
 (0)