scikit-learn/examples/neighbors
Andreas Mueller 32eb8b57f8 ENH rename eval / pseudolikelihood to score_samples 2013-07-26 23:32:23 +02:00
..
README.txt DOC: Fixed links to modules in the example gallery 2011-12-19 16:07:01 +01:00
plot_classification.py Removed pl.axis('tight') and set the plot limits with pl.xlim(), pl.ylim(). pl.axis('tight') appears to be adding whitespace around the colormesh 2013-06-28 10:31:00 -05:00
plot_digits_kde_sampling.py DOC: small fixes to neighbors doc 2013-07-10 15:39:23 -07:00
plot_kde_1d.py ENH rename eval / pseudolikelihood to score_samples 2013-07-26 23:32:23 +02:00
plot_nearest_centroid.py COSMIT various typofixes 2013-04-11 21:22:14 +02:00
plot_regression.py DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
plot_species_kde.py ENH rename eval / pseudolikelihood to score_samples 2013-07-26 23:32:23 +02:00

README.txt

.. _neighbors_examples:

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

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