Commit Graph

15 Commits

Author SHA1 Message Date
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
Fabian Pedregosa 56bf5824ee Change the algorithm used in neighbors.barycenter.
Use the more stable SVD via a constrained least squares. This avoids
the use of regularization, so parameter eps was removed. Details are
give in doc/developers/
2011-02-17 10:23:33 +01:00
Fabian Pedregosa de91e61887 Add other ways to contribute to the doc. 2011-01-11 15:01:01 +01:00
Fabian Pedregosa 8df209bb54 Update developers info.
Change main wiki to the github wiki.
2010-11-25 09:02:07 +01:00
Mathieu Blondel c6b564c5f8 Note on fit_transform. 2010-11-03 18:18:56 +09:00
Olivier Grisel 58b7aff55a spelling 2010-11-01 22:36:31 +01:00
Gael varoquaux b73d09a590 DOC: Remove useless tables of contents
The sidebar is more visible in the new design. They are no longer needed.
2010-11-01 15:16:59 +01:00
Yaroslav Halchenko 8852e3aba8 DOC: removing a stale request for subversion write permissions 2010-10-08 08:51:33 -04:00
Gael varoquaux 6d2e4730ef MISC: Fix spelling.
Thanks to Keith Goodman and Joseph Perktold for reporting.
2010-09-11 11:02:28 +02:00
Gael Varoquaux a21f0e824a DOC: Update the developer guidelines. 2010-09-06 11:01:34 +02:00
Fabian Pedregosa f7119ca752 Fix bugs in dev docs. 2010-08-22 13:07:45 +02:00
Fabian Pedregosa f9247e9baa Update git information. 2010-08-20 10:08:06 +02:00
Ron Weiss 3ed43f0e79 DOC: fixed typos in developer documentation 2010-08-19 17:39:34 -04:00
Fabian Pedregosa 0e944a580e Update the developer docs. 2010-08-19 11:45:38 +02:00
Fabian Pedregosa 850908817b Refactor layout of developer docs. 2010-08-18 21:27:12 +02:00