Commit Graph

4 Commits

Author SHA1 Message Date
Alexandre Gramfort 52f9e4676a Merge branch 'neighbor_barycenter'
closing https://github.com/scikit-learn/scikit-learn/pull/23

ENH : adding kneighbors_graph to build the graph of neighbors as a sparse matrix
ENH : adding NeighborsBarycenter for regression pbs using k-NN
MISC : reindenting BallTree C++ code (no tabs + 4 spaces)
API : rename k->n_neighbors

DOC: adding NeighborsBarycenter to doc

Conflicts:
	examples/svm/plot_weighted_samples.py
2010-12-02 15:23:21 -05:00
Fabian Pedregosa cb50708c93 Cosmetic changes in plot_weighted_samples.py 2010-11-29 12:30:45 +01:00
Alexandre Gramfort c9abe509af pep8 in plot_weighted_samples.py 2010-11-27 18:21:05 -05:00
Fabian Pedregosa ecce971725 Initial support for weighted samples in svm module.
Also added test for the dense and sparse case.
2010-11-26 13:44:24 +01:00