scikit-learn/examples/neighbors
maheshakya 0ebfff2b5c ENH Changed description of hyper-parameters example. 2014-12-18 19:50:02 +01:00
..
README.txt move around examples for better structure. 2014-07-17 09:35:30 +02:00
plot_approximate_nearest_neighbors_hyperparameters.py ENH Changed description of hyper-parameters example. 2014-12-18 19:50:02 +01:00
plot_approximate_nearest_neighbors_scalability.py ENH more LSH scalability example and doc improvements 2014-12-18 19:47:04 +01: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.