Commit Graph

12 Commits

Author SHA1 Message Date
Fabian Pedregosa ddf4b72109 Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
Fabian Pedregosa 68f27e3790 Revert "Move project directory from scikits.learn to sklearn"
This reverts commit fd0d3b879d.
2011-09-02 12:03:18 +02:00
Fabian Pedregosa fd0d3b879d Move project directory from scikits.learn to sklearn 2011-09-02 11:38:24 +02:00
amueller ee125a639d Remove copy and paste errors from nearest neighbors example 2011-04-16 05:44:36 -07:00
Fabian Pedregosa ecd7190f09 Neighbors refactoring.
Rename NeighborsBarycenter --> NeighborsRegressor, Neighbors -->
NeighborsClassifier.

Also added parameter mode for NeighborRegressor (and updated examples
and doc describing it).
2011-02-17 10:37:34 +01:00
Alexandre Gramfort 46a3108d25 API renmae k->n_neighbors 2010-11-29 19:36:03 -05:00
Alexandre Gramfort ec1514ac19 ENH : more love in examples (adding print __doc__ + some brief descriptions in headers + fixing Anova SVC Pipeline example) 2010-11-02 11:38:06 +01:00
Gael Varoquaux d09d6174fa DOC: Improve the example docstrings.
git-svn-id: https://scikit-learn.svn.sourceforge.net/svnroot/scikit-learn/trunk@680 22fbfee3-77ab-4535-9bad-27d1bd3bc7d8
2010-04-21 17:04:36 +00:00
Gael Varoquaux 1c2aa6446d ENH: Refactor the datasets to add the digits standard dataset.
git-svn-id: https://scikit-learn.svn.sourceforge.net/svnroot/scikit-learn/trunk@654 22fbfee3-77ab-4535-9bad-27d1bd3bc7d8
2010-04-19 14:15:47 +00:00
Fabian Pedregosa d7cdd0c1fd Fix typos in examples.
git-svn-id: https://scikit-learn.svn.sourceforge.net/svnroot/scikit-learn/trunk@636 22fbfee3-77ab-4535-9bad-27d1bd3bc7d8
2010-04-14 09:37:51 +00:00
Fabian Pedregosa c0695e840e Generate examples dinamically.
git-svn-id: https://scikit-learn.svn.sourceforge.net/svnroot/scikit-learn/trunk@633 22fbfee3-77ab-4535-9bad-27d1bd3bc7d8
2010-04-14 08:25:23 +00:00
Fabian Pedregosa 96ed447d9e Add neighbors example
From: Fabian Pedregosa <fabian.pedregosa@inria.fr>

git-svn-id: https://scikit-learn.svn.sourceforge.net/svnroot/scikit-learn/trunk@554 22fbfee3-77ab-4535-9bad-27d1bd3bc7d8
2010-03-17 13:28:18 +00:00