Skip to content

Commit

Permalink
Fix typo in parameter's doc
Browse files Browse the repository at this point in the history
  • Loading branch information
yenchenlin committed Feb 2, 2016
1 parent 51480fc commit 0a3eaf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sklearn/decomposition/online_lda.py
Original file line number Diff line number Diff line change
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 0a3eaf5

Please sign in to comment.