Skip to content

Commit 02a1ee5

Browse files
committed
Pushing the docs to dev/ for branch: main, commit cf237bfec06a7aa2bdfffa42f9093db3fdcb49fb
1 parent 80b0b63 commit 02a1ee5

File tree

1,220 files changed

+4197
-4201
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,220 files changed

+4197
-4201
lines changed
Binary file not shown.

dev/_downloads/61adcadacdb5cfe445011b0b0d065d44/plot_gmm_selection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
================================
55
66
This example shows that model selection can be performed with
7-
Gaussian Mixture Models using information-theoretic criteria (BIC).
7+
Gaussian Mixture Models using :ref:`information-theoretic criteria (BIC) <aic_bic>`.
88
Model selection concerns both the covariance type
99
and the number of components in the model.
1010
In that case, AIC also provides the right result (not shown to save time),
Binary file not shown.

dev/_downloads/ed5e2dba642062278ab833dd7617cfe0/plot_gmm_selection.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"cell_type": "markdown",
1616
"metadata": {},
1717
"source": [
18-
"\n# Gaussian Mixture Model Selection\n\nThis example shows that model selection can be performed with\nGaussian Mixture Models using information-theoretic criteria (BIC).\nModel selection concerns both the covariance type\nand the number of components in the model.\nIn that case, AIC also provides the right result (not shown to save time),\nbut BIC is better suited if the problem is to identify the right model.\nUnlike Bayesian procedures, such inferences are prior-free.\n\nIn that case, the model with 2 components and full covariance\n(which corresponds to the true generative model) is selected.\n"
18+
"\n# Gaussian Mixture Model Selection\n\nThis example shows that model selection can be performed with\nGaussian Mixture Models using `information-theoretic criteria (BIC) <aic_bic>`.\nModel selection concerns both the covariance type\nand the number of components in the model.\nIn that case, AIC also provides the right result (not shown to save time),\nbut BIC is better suited if the problem is to identify the right model.\nUnlike Bayesian procedures, such inferences are prior-free.\n\nIn that case, the model with 2 components and full covariance\n(which corresponds to the true generative model) is selected.\n"
1919
]
2020
},
2121
{

dev/_downloads/scikit-learn-docs.zip

1.19 KB
Binary file not shown.
337 Bytes
7 Bytes
-3.59 KB
-931 Bytes
12 Bytes

0 commit comments

Comments
 (0)