Andreas Mueller
b54ecb6e8c
TST small improvement of test for sample weight in svm
2013-07-26 15:06:57 +02:00
Andreas Mueller
dd097e748f
DOC improve svm sample weight example
2013-07-26 15:06:57 +02:00
Lars Buitinck
837093df7f
P3K: use print as a function in the examples
...
Also corrected some typos, including two people misspelling their own names :)
2013-02-01 15:04:42 +01:00
Fabian Pedregosa
d8c80ab6e9
Explitit cmap for background.
...
After set_cmap was removed in e749771f , the background was meaningless
IMHO. This recovers its original aspect.
2012-05-21 10:43:03 +02:00
Andreas Mueller
e749771faa
MISC don't use ``set_cmap``
2012-05-05 20:43:21 +02:00
Andreas Mueller
645db95737
ENH adjusted examples to new matplotlib 1.1.1
2012-05-05 20:43:21 +02:00
Andreas Mueller
5ad5207dad
COSMIT pep8
2011-12-16 22:55:42 +01:00
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
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