scikit-learn/examples/mixture
Thomas J. Fan 81dde3a6e5
STY Ensures that "flake8 ." works (#20298)
2021-06-18 15:46:40 +02:00
..
README.txt move around examples for better structure. 2014-07-17 09:35:30 +02:00
plot_concentration_prior.py STY Ensures that "flake8 ." works (#20298) 2021-06-18 15:46:40 +02:00
plot_gmm.py Add Dirichlet process prior to BayesianGaussianMixture (#7386) 2016-09-10 15:41:52 +02:00
plot_gmm_covariances.py STY Ensures that "flake8 ." works (#20298) 2021-06-18 15:46:40 +02:00
plot_gmm_pdf.py Integration of the new GaussianMixture class. 2016-04-21 18:08:54 +02:00
plot_gmm_selection.py DOC Fixes hard coded title in gmm selection example plot (#17418) 2020-08-07 21:10:32 +02:00
plot_gmm_sin.py DOC spelling fixes (#16247) 2020-01-28 12:52:17 +11:00

README.txt

.. _mixture_examples:

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

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