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

move around examples for better structure.

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

CLN replace authors with the standard line (#29250)

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

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

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

DOC Fix various typos in documentation and comments (#31404)

год назад
plot_agglomerative_dendrogram.py

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

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

CLN replace authors with the standard line (#29250)

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

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

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

API Change default value of HDBSCAN.copy (#31973)

год назад
plot_coin_segmentation.py

CLN replace authors with the standard line (#29250)

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

CLN replace authors with the standard line (#29250)

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

MNT Fix rst issues found by sphinx-lint (#31114)

год назад
plot_dict_face_patches.py

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

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

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

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

CLN replace authors with the standard line (#29250)

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

DOC: Correct a few typos in scikit-learn documentation (#33657)

4 месяца назад
plot_feature_agglomeration_vs_univariate_selection.py

CLN replace authors with the standard line (#29250)

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

API Change default value of HDBSCAN.copy (#31973)

год назад
plot_inductive_clustering.py

MNT Deprecate `multiclass_colors` in favour of `label_colors` in `DecisionBoundaryDisplay` (#34092)

2 месяца назад
plot_kmeans_assumptions.py

CLN replace authors with the standard line (#29250)

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

DOC Refactor plot_kmeans_digits.py to use DecisionBoundaryDisplay (#34515)

21 день назад
plot_kmeans_plusplus.py

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

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

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

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

CLN replace authors with the standard line (#29250)

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

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

год назад
plot_mean_shift.py

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

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

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

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

CLN replace authors with the standard line (#29250)

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

CLN replace authors with the standard line (#29250)

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

DOC merge plot_ward_structured_vs_unstructured and plot_agglomerative_clustering (#30861)

год назад
README.txt
.. _cluster_examples:
 
Clustering
----------
 
Examples concerning the :mod:`sklearn.cluster` module.