Skip to content

Commit

Permalink
Merge pull request #6267 from yenchenlin1994/fix-LDA-doc-error
Browse files Browse the repository at this point in the history
[MRG] DOC: Fix typo in LDA parameter's doc
  • Loading branch information
ogrisel committed Feb 4, 2016
2 parents 637cebb + 0a3eaf5 commit 9d0a489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sklearn/decomposition/online_lda.py
Expand Up @@ -193,7 +193,7 @@ class LatentDirichletAllocation(BaseEstimator, TransformerMixin):
evaluate_every : int optional (default=0)
How often to evaluate perplexity. Only used in `fit` method.
set it to 0 or and negative number to not evalute perplexity in
set it to 0 or negative number to not evalute perplexity in
training at all. Evaluating perplexity can help you check convergence
in training process, but it will also increase total training time.
Evaluating perplexity in every iteration might increase training time
Expand Down

0 comments on commit 9d0a489

Please sign in to comment.