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

move around examples for better structure.

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

Enable config setting `sparse_interface` to control sparray and spmatrix creation (#31177)

5 месяцев назад
plot_caching_nearest_neighbors.py

MNT replace authors and license with standard text (#30511)

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

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

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

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

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

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

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

DOC Move legend in LOF Novelty Detection (#30726)

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

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

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

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

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

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

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

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

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

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

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

DOC Add link to plot_regression.py (#29232)

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

DOC Add cross-refs to references in examples (#32514)

10 месяцев назад
README.txt
.. _neighbors_examples:
 
Nearest Neighbors
-----------------------
 
Examples concerning the :mod:`sklearn.neighbors` module.