/
githubmirror
/
scikit-learn
ОбзорДокументацияВойти
/
githubmirror
/
scikit-learn
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
scikit-learn/
examples/mixture/
..
README.txt

move around examples for better structure.

12 лет назад
plot_concentration_prior.py

MNT Apply ruff/flake8-implicit-str-concat rules (ISC) (#30695)

год назад
plot_gmm.py

MNT Add author/license note where missing and add the linter (#29477)

2 года назад
plot_gmm_covariances.py

CLN replace authors with the standard line (#29250)

2 года назад
plot_gmm_init.py

DOC: Remove 'print(__doc__)' in scikit-learn examples (#32529)

10 месяцев назад
plot_gmm_pdf.py

MNT Add author/license note where missing and add the linter (#29477)

2 года назад
plot_gmm_selection.py

MNT Add author/license note where missing and add the linter (#29477)

2 года назад
plot_gmm_sin.py

MNT Add author/license note where missing and add the linter (#29477)

2 года назад
README.txt
.. _mixture_examples:
 
Gaussian Mixture Models
-----------------------
 
Examples concerning the :mod:`sklearn.mixture` module.