scikit-learn/examples/mixture
Adrin Jalali 69c8967e21 DOC Fix warnings in examples (#12654)
Fixe or suppresses many warnings in examples, including matplotlib complaining about the non-gui backend.
2019-01-17 21:41:13 +11:00
..
README.txt move around examples for better structure. 2014-07-17 09:35:30 +02:00
plot_concentration_prior.py DOC Fix warnings in examples (#12654) 2019-01-17 21:41:13 +11: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.