scikit-learn/examples/neighbors
Vinicius Rios Fuck ef3937bb98
DOC Add legend and axis label in nearest neighbors example (#18164)
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2020-08-21 19:20:01 +02:00
..
README.txt move around examples for better structure. 2014-07-17 09:35:30 +02:00
approximate_nearest_neighbors.py MNT Replaces numpy alias with builtin typse (#17687) 2020-06-24 16:51:51 +02:00
plot_caching_nearest_neighbors.py EXA Show how to clean-up joblib cache in examples (#15395) 2019-10-29 20:28:07 +01:00
plot_classification.py DOC Add legend and axis label in nearest neighbors example (#18164) 2020-08-21 19:20:01 +02:00
plot_digits_kde_sampling.py EXA Removing redundant parameters assignment in examples (#14360) 2019-07-14 22:26:41 +08:00
plot_kde_1d.py MNT define a parse_version function in sklearn.utils.fixes (#17670) 2020-06-24 13:35:49 +02:00
plot_lof_novelty_detection.py EHN: Novelty detection for LOF (#10700) 2018-07-19 16:21:45 +02:00
plot_lof_outlier_detection.py EHN: Novelty detection for LOF (#10700) 2018-07-19 16:21:45 +02:00
plot_nca_classification.py FEA Neighborhood Components Analysis (#10058) 2019-02-28 15:58:07 +01:00
plot_nca_dim_reduction.py EXA Use return_X_y=True with load_digits where appropriate (#14359) 2019-07-14 17:10:54 +02:00
plot_nca_illustration.py DOC simpler block delimitation in sphinx-gallery examples (#17068) 2020-06-08 23:23:14 -04:00
plot_nearest_centroid.py Added colorblind compatibility (#14091) 2019-06-14 17:38:18 +02:00
plot_regression.py Added colorblind compatibility (#14091) 2019-06-14 17:38:18 +02:00
plot_species_kde.py MNT Make modules private in sklearn.datasets (#15307) 2019-10-27 17:17:23 -04:00

README.txt

.. _neighbors_examples:

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

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