Skip to content

Commit 508b6dc

Browse files
davidblncjeremiedbb
authored andcommitted
DOC Fix grammatical mistake in mixture module (#25541)
1 parent 72791bd commit 508b6dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/modules/mixture.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ confidence ellipsoids for multivariate models, and compute the
4343
Bayesian Information Criterion to assess the number of clusters in the
4444
data. A :meth:`GaussianMixture.fit` method is provided that learns a Gaussian
4545
Mixture Model from train data. Given test data, it can assign to each
46-
sample the Gaussian it mostly probably belongs to using
46+
sample the Gaussian it most probably belongs to using
4747
the :meth:`GaussianMixture.predict` method.
4848

4949
..

0 commit comments

Comments
 (0)