From e6ecf5773ce8c3b8855ead050e1b34532283f5c3 Mon Sep 17 00:00:00 2001 From: Andreas Mueller <amueller@ais.uni-bonn.de> Date: Sun, 6 May 2012 23:43:09 +0200 Subject: [PATCH] DOC fix last docstring error. Don't remove redundant docstring. I dare you, I double dare you mother******! --- sklearn/mixture/gmm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sklearn/mixture/gmm.py b/sklearn/mixture/gmm.py index 0f58441046..1a46a90353 100644 --- a/sklearn/mixture/gmm.py +++ b/sklearn/mixture/gmm.py @@ -154,7 +154,7 @@ class GMM(BaseEstimator): Attributes ---------- `weights_` : array, shape (`n_components`,) - Mixing weights for each mixture component. + This attribute stores the mixing weights for each mixture component. `means_` : array, shape (`n_components`, `n_features`) Mean parameters for each mixture component. -- GitLab