We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
mixture
1 parent 72791bd commit 508b6dcCopy full SHA for 508b6dc
doc/modules/mixture.rst
@@ -43,7 +43,7 @@ confidence ellipsoids for multivariate models, and compute the
43
Bayesian Information Criterion to assess the number of clusters in the
44
data. A :meth:`GaussianMixture.fit` method is provided that learns a Gaussian
45
Mixture Model from train data. Given test data, it can assign to each
46
-sample the Gaussian it mostly probably belongs to using
+sample the Gaussian it most probably belongs to using
47
the :meth:`GaussianMixture.predict` method.
48
49
..
0 commit comments