Commit Graph

16 Commits

Author SHA1 Message Date
Andreas Mueller 9c51bc9547 MAINT remove _label attribute from SVC.
Fixes #1573.
2014-04-03 17:28:08 +02:00
Vlad Niculae c1bab14066 Comment predict params in libsvm 2013-07-27 19:50:26 +02:00
Vlad Niculae 89a58cdcad FIX support random state in libsvm 2013-07-27 19:50:25 +02:00
Imran Haque 65bdff8402 ENH Release GIL when entering LibSVM/Liblinear code
Also fixed some of the exception messages.
2013-04-16 15:14:57 +02:00
Stefano Lattarini 67ece78da4 COSMIT various typofixes
As suggested by codespell <https://github.com/lucasdemarchi/codespell>

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
2013-04-11 21:22:14 +02:00
Rob Zinkov a91fd1ded2 Recompiled base 2013-02-02 17:06:52 +01:00
Rob Zinkov f3b6dd3296 Adding support indices in svm for sparse matrices 2013-02-02 17:06:52 +01:00
Lars Buitinck 37c1d092f8 COSMIT shut up the build by calling np.import_array in Cython modules
$(make in 2>&1 | wc -l) down from 706 to 517.

Took the liberty of modernizing some of the Cython code while I was at it.
2013-01-10 18:00:21 +01:00
Andreas Mueller ff3bb3ab05 ENH remove class_weight_label from sparse svm 2013-01-03 13:21:51 +01:00
James Bergstra 7fab72d912 FIX: adding missing c files from cython 2012-10-16 16:13:00 +02:00
James Bergstra fb48f29429 ENH: Solver iter_limit emits warning instead of raising exception 2012-10-16 16:13:00 +02:00
James Bergstra 8fa79ee14d FIX: committing updated Cython-generated libsvm bindings 2012-10-16 16:13:00 +02:00
Andreas Mueller a6a8771e0c MISC use assert instead of value error. 2012-09-03 11:02:14 +02:00
Andreas Mueller 79ebf6c088 ENH added low-level bail out in sparse svm 2012-09-03 11:02:13 +02:00
Andreas Mueller 3a5e1813b5 COSMIT renaming scikits.learn to sklearn in some places 2012-03-02 13:50:09 +01:00
Lars Buitinck bc6255e8e7 ENH merge sparse and dense SVMs, part 1
* enable sparse matrix support in formerly dense versions
* remove DenseBaseLibSVM
* move sparse.libsvm to libsvm_sparse
2012-01-27 17:41:22 +01:00