scikit-learn/examples/neighbors
Perrine Letellier 627e262254 fontsize legend parameter is not available for matplotlib < 1.3 2015-10-20 11:08:45 +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 fontsize legend parameter is not available for matplotlib < 1.3 2015-10-20 11:08:45 +02: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 PY3 fixed examples 2014-02-15 17:05:08 +01:00
plot_kde_1d.py CLN: Capitalize "Gaussian" in example docstrings 2014-06-01 16:53:23 -04:00
plot_nearest_centroid.py Fixed pep8 violations. Some 'line too long' errors still remain. 2014-05-15 09:23:16 +05:30
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 FIX Python 3 support for datasets.species_distributions 2014-06-24 10:39:41 +02:00

README.txt

.. _neighbors_examples:

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

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