scikit-learn/examples/neighbors
Olivier Grisel 3ab6c8cf0c
MAINT Update fetch_openml to use the auto parser by default (#27802)
2023-11-20 11:20:20 +01:00
..
README.txt move around examples for better structure. 2014-07-17 09:35:30 +02:00
approximate_nearest_neighbors.py MAINT Update fetch_openml to use the auto parser by default (#27802) 2023-11-20 11:20:20 +01:00
plot_caching_nearest_neighbors.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_classification.py DOC improve the KNN classifier example (#26993) 2023-08-03 15:02:27 +02:00
plot_digits_kde_sampling.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_kde_1d.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_lof_novelty_detection.py DOC fix deprecation warning in plot_lof_novelty_detection (#27451) 2023-09-25 10:12:10 +02:00
plot_lof_outlier_detection.py DOC Use notebook style in plot_lof_outlier_detection.py (#26017) 2023-04-07 16:21:20 +02:00
plot_nca_classification.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_nca_dim_reduction.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_nca_illustration.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_nearest_centroid.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_regression.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_species_kde.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00

README.txt

.. _neighbors_examples:

Nearest Neighbors
-----------------------

Examples concerning the :mod:`sklearn.neighbors` module.