From f0a72071f86e346b9f4a606fe0964703ee73f20d Mon Sep 17 00:00:00 2001 From: davidblnc <40642621+davidblnc@users.noreply.github.com> Date: Sat, 4 Feb 2023 18:31:34 +0100 Subject: [PATCH] DOC Fix grammatical mistake in `mixture` module --- doc/modules/mixture.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/modules/mixture.rst b/doc/modules/mixture.rst index 693a2c7793823..fbf0551da93a4 100644 --- a/doc/modules/mixture.rst +++ b/doc/modules/mixture.rst @@ -43,7 +43,7 @@ confidence ellipsoids for multivariate models, and compute the Bayesian Information Criterion to assess the number of clusters in the data. A :meth:`GaussianMixture.fit` method is provided that learns a Gaussian Mixture Model from train data. Given test data, it can assign to each -sample the Gaussian it mostly probably belongs to using +sample the Gaussian it most probably belongs to using the :meth:`GaussianMixture.predict` method. ..