scikit-learn/examples/mixture
josephsalmon aa331eefb0 EXA improving examples/mixture/plot_gmm_covariances.py visualisation (#12683) 2018-11-27 21:07:38 +01:00
..
README.txt move around examples for better structure. 2014-07-17 09:35:30 +02:00
plot_concentration_prior.py [MRG] np.ones -> np.full (#11628) 2018-07-23 09:49:01 +02:00
plot_gmm.py Add Dirichlet process prior to BayesianGaussianMixture (#7386) 2016-09-10 15:41:52 +02:00
plot_gmm_covariances.py EXA improving examples/mixture/plot_gmm_covariances.py visualisation (#12683) 2018-11-27 21:07:38 +01:00
plot_gmm_pdf.py Integration of the new GaussianMixture class. 2016-04-21 18:08:54 +02:00
plot_gmm_selection.py EXA set figure size to avoid overlaps (#11889) 2018-08-23 07:45:21 +10:00
plot_gmm_sin.py Add Dirichlet process prior to BayesianGaussianMixture (#7386) 2016-09-10 15:41:52 +02:00

README.txt

.. _mixture_examples:

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

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