scikit-learn/examples/neighbors
Naoya Kanai 1af5a0e0a8 [MRG] Update URL for species distribution dataset (#8864) 2017-05-11 18:44:08 +02:00
..
README.txt move around examples for better structure. 2014-07-17 09:35:30 +02:00
plot_approximate_nearest_neighbors_hyperparameters.py fontsize legend parameter is not available for matplotlib < 1.3 2015-10-20 11:08:45 +02:00
plot_approximate_nearest_neighbors_scalability.py MAINT Don't use deprecated 1d X (or deprecated matplotlib stuff) in examples. 2015-12-10 12:11:48 -05:00
plot_classification.py DOC: fixed typos and one style issue in plot examples 2016-04-25 11:59:40 +08:00
plot_digits_kde_sampling.py DOC Modify documentation/examples for the new model_selection module 2015-10-29 16:49:23 +01:00
plot_kde_1d.py [MRG] Remove DeprecationWarnings in examples due to using floats instead of ints (#8040) 2017-02-03 15:21:03 +01:00
plot_lof.py [MRG+2] LOF algorithm (Anomaly Detection) (#5279) 2016-10-25 11:53:51 -04:00
plot_nearest_centroid.py DOC: fixed typos and one style issue in plot examples 2016-04-25 11:59:40 +08:00
plot_regression.py Fixed pep8 violations. Some 'line too long' errors still remain. 2014-05-15 09:23:16 +05:30
plot_species_kde.py [MRG] Update URL for species distribution dataset (#8864) 2017-05-11 18:44:08 +02:00

README.txt

.. _neighbors_examples:

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

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