Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
mixture
1 parent f9637ee commit defff70Copy full SHA for defff70
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