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 |
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
|
40b3799a9f
|
FIX: fix dimensions in plot_neighbors_regression.
|
2011-02-17 10:23:33 +01:00 |
Alexandre Gramfort
|
46a3108d25
|
API renmae k->n_neighbors
|
2010-11-29 19:36:03 -05:00 |
Alexandre Gramfort
|
c0b4aa41e3
|
ENH : adding NeighborsBarycenter for regression pbs using k-Nearest Neighbors
API : change api for kneighbors_graph function
|
2010-11-28 12:44:37 -05:00 |