scikit-learn/examples/neighbors
Guillaume Lemaitre 38a06e4be5
DOC improve the KNN classifier example (#26993)
Co-authored-by: Adrin Jalali <adrin.jalali@gmail.com>
Co-authored-by: Arturo Amor <86408019+ArturoAmorQ@users.noreply.github.com>
2023-08-03 15:02:27 +02:00
..
README.txt move around examples for better structure. 2014-07-17 09:35:30 +02:00
approximate_nearest_neighbors.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02: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 MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +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.