From cf237bfec06a7aa2bdfffa42f9093db3fdcb49fb Mon Sep 17 00:00:00 2001 From: Meekail Zain <34613774+Micky774@users.noreply.github.com> Date: Sun, 17 Apr 2022 16:37:32 -0400 Subject: [PATCH] DOC Added hyperlink to AIC-BIC User Guide entry (#23146) Co-authored-by: Thomas J. Fan --- examples/mixture/plot_gmm_selection.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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),