scikit-learn/examples/mixture
Arturo Amor fa4376a581
DOC Rework Gaussian Mixture example (#24721)
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2022-11-04 21:10:51 +01:00
..
README.txt move around examples for better structure. 2014-07-17 09:35:30 +02:00
plot_concentration_prior.py DOC remove MatplotlibDeprecationWarnings for `plot_concentration_prior.py` example (#24821) 2022-11-03 15:16:13 +01:00
plot_gmm.py DOC remove MatplotlibDeprecationWarnings for `plot_gmm.py` example (#24823) 2022-11-03 15:27:45 +01:00
plot_gmm_covariances.py DOC remove MatplotlibDeprecationWarnings for `plot_gmm_covariances.py` example (#24822) 2022-11-03 15:26:34 +01:00
plot_gmm_init.py ENH Add new initialization methods for Gaussian Mixture (#20408) 2022-04-06 13:40:46 +02:00
plot_gmm_pdf.py MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00
plot_gmm_selection.py DOC Rework Gaussian Mixture example (#24721) 2022-11-04 21:10:51 +01:00
plot_gmm_sin.py DOC remove MatplotlibDeprecationWarnings for `plot_gmm_sin.py` example (#24824) 2022-11-03 15:28:52 +01:00

README.txt

.. _mixture_examples:

Gaussian Mixture Models
-----------------------

Examples concerning the :mod:`sklearn.mixture` module.