8000 spelling mistake corrected in documentation for script `plot_document… · scikit-learn/scikit-learn@3450c4a · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3450c4a

Browse files
duttashiogrisel
andauthored
spelling mistake corrected in documentation for script plot_document_clustering.py (#26228)
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
1 parent 1b0e246 commit 3450c4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/text/plot_document_clustering.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
documents by topics using a `Bag of Words approach
88
<https://en.wikipedia.org/wiki/Bag-of-words_model>`_.
99
10-
Two algorithms are demoed: :class:`~sklearn.cluster.KMeans` and its more
10+
Two algorithms are demonstrated, namely :class:`~sklearn.cluster.KMeans` and its more
1111
scalable variant, :class:`~sklearn.cluster.MiniBatchKMeans`. Additionally,
1212
latent semantic analysis is used to reduce dimensionality and discover latent
1313
patterns in the data.

0 commit comments

Comments
 (0)
0