scikit-learn/examples/neighbors
Rémy Léone 9b7176dd9d [DOC] Fix broken links 2016-03-23 12:45:34 -07: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 Fixed pep8 violations. Some 'line too long' errors still remain. 2014-05-15 09:23:16 +05:30
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 CLN: Capitalize "Gaussian" in example docstrings 2014-06-01 16:53:23 -04:00
plot_nearest_centroid.py doc/fix: edited inaccuracies in nearest centroid classification example 2015-12-19 17:54:43 -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 [DOC] Fix broken links 2016-03-23 12:45:34 -07:00

README.txt

.. _neighbors_examples:

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

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