scikit-learn/examples/neighbors
Andreas Mueller 5b247f90e4 move around examples for better structure. 2014-07-17 09:35:30 +02:00
..
README.txt move around examples for better structure. 2014-07-17 09:35:30 +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.