scikit-learn/sklearn/neighbors
Gael Varoquaux a00b3ce046 TEST: predict_proba in knn classifier with y string 2012-10-09 00:14:49 +02:00
..
tests TEST: predict_proba in knn classifier with y string 2012-10-09 00:14:49 +02:00
__init__.py Add __all__ for the second half of the scikit 2012-09-04 18:00:49 +01:00
ball_tree.c ball_tree: more efficient array initialization 2012-01-26 09:40:07 -08:00
ball_tree.pyx ball_tree: more efficient array initialization 2012-01-26 09:40:07 -08:00
base.py ENH rename ``_classes`` to ``classes_``, fix outlier labeling, remove unnecessary mapping to indices. 2012-10-03 14:09:09 +01:00
classification.py ENH: support arbitrary dtype in kNN classifiers 2012-10-09 00:14:49 +02:00
graph.py deprecation of NeighborsClassifier and NeighborsRegressor 2011-09-06 21:15:07 -07:00
nearest_centroid.py DOC added default value of shrink_theshold to NearestCentroid docstring. 2012-08-11 12:42:32 +01:00
regression.py P3K: Fixing prints and dtypes 2012-05-11 11:24:27 +02:00
setup.py COSMIT pep8 2012-05-15 21:18:30 +02:00
unsupervised.py COSMIT pep8 2012-09-23 18:03:07 +01:00