scikit-learn/examples/mixture
Roman Yurchak 0e3bb17e62 MAINT Run pyupgrade following Python2 deprecation (#12997) 2019-02-08 20:13:34 +08: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 MAINT Run pyupgrade following Python2 deprecation (#12997) 2019-02-08 20:13:34 +08: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.