Skip to content

Commit 73412c3

Browse files
committed
Fix the typo
1 parent 2278829 commit 73412c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/pyspark/mllib/clustering.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@ class LDAModel(JavaModelWrapper):
581581
""" A clustering model derived from the LDA method.
582582
583583
Latent Dirichlet Allocation (LDA), a topic model designed for text documents.
584-
Terminologyu
584+
Terminology
585585
- "word" = "term": an element of the vocabulary
586586
- "token": instance of a term appearing in a document
587587
- "topic": multinomial distribution over words representing some concept

0 commit comments

Comments
 (0)