Lars Buitinck
|
857930f270
|
add C parameter to LinearSVC docstring
|
2011-06-09 15:19:29 +02:00 |
Fabian Pedregosa
|
3c3db66d56
|
Move cache_size out of model parameters.
|
2011-05-16 14:58:13 +02:00 |
Olivier Grisel
|
8b5a0274d2
|
kill trailing spaces
|
2011-05-04 17:49:17 +02:00 |
Fabian Pedregosa
|
ad7ae97873
|
libsvm low-level API refactoring.
Mostly for ease of use and to support the upcoming cross validation
objects.
|
2011-04-18 15:49:40 +02:00 |
Fabian Pedregosa
|
c429a0b196
|
ENH: low-level API of libsvm.
Also renamed parameter p in SVR to epsilon, as it apears on the libsvm
article. Also restored this parameter from NuSVR (it wasn't exposed).
|
2011-04-06 15:25:55 +02:00 |
Peter Prettenhofer
|
7c0319a156
|
added doctests for sparse and dense SVR, NuSVR, NuSVC, and sparse SVC.
|
2011-04-01 12:23:57 +02:00 |
Fabian Pedregosa
|
23e118ce80
|
FIX: rename eps to tol also in svm.sparse.
|
2011-04-01 12:23:57 +02:00 |
Fabian Pedregosa
|
138e688ea6
|
Refactoring in svm module.
Renaming and module denesting. This is just a refactoring of low-level
routines to ease usage of the low-level API. Higher level API was not
changed.
|
2011-03-30 16:06:49 +02:00 |