scikit-learn/examples/neighbors
Thomas J. Fan 81dde3a6e5
STY Ensures that "flake8 ." works (#20298)
2021-06-18 15:46:40 +02:00
..
README.txt move around examples for better structure. 2014-07-17 09:35:30 +02:00
approximate_nearest_neighbors.py FIX Approximate nearest neighbors in TSNE example (#19809) 2021-04-02 10:44:06 +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 STY Ensures that "flake8 ." works (#20298) 2021-06-18 15:46:40 +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 STY Ensures that "flake8 ." works (#20298) 2021-06-18 15:46:40 +02:00

README.txt

.. _neighbors_examples:

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

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