diff --git a/examples/mixture/plot_gmm_selection.py b/examples/mixture/plot_gmm_selection.py index 4f9d6d69b18..82175091ee0 100644 --- a/examples/mixture/plot_gmm_selection.py +++ b/examples/mixture/plot_gmm_selection.py @@ -4,7 +4,7 @@ Gaussian Mixture Model Selection ================================ This example shows that model selection can be performed with -Gaussian Mixture Models using information-theoretic criteria (BIC). +Gaussian Mixture Models using :ref:`information-theoretic criteria (BIC) `. Model selection concerns both the covariance type and the number of components in the model. In that case, AIC also provides the right result (not shown to save time),