scikit-learn/examples/neighbors
Óscar Nájera bd5cecce44 update references link namespace 2016-08-03 20:23:50 +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 CLN: Capitalize "Gaussian" in example docstrings 2014-06-01 16:53:23 -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 update references link namespace 2016-08-03 20:23:50 +02:00

README.txt

.. _neighbors_examples:

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

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