Skip to content

Commit

Permalink
DOC: fix doc inconsistency in GMM
Browse files Browse the repository at this point in the history
  • Loading branch information
jakevdp committed Oct 18, 2014
1 parent b27ee40 commit beb0843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sklearn/mixture/gmm.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ class GMM(BaseEstimator):
use. Must be one of 'spherical', 'tied', 'diag', 'full'.
Defaults to 'diag'.
random_state: RandomState or an int seed (0 by default)
random_state: RandomState or an int seed (None by default)
A random number generator instance
min_covar : float, optional
Expand Down

0 comments on commit beb0843

Please sign in to comment.