Andreas Mueller
7613fa9c40
DOC small example / doctest for kernel approximation.
2012-10-23 15:44:40 +02:00
Gael Varoquaux
f711bf2c2b
TST: fix doctest
2012-10-16 23:33:09 +02:00
Andreas Mueller
51b06b8203
FIX doctests for max_iter
2012-10-16 16:46:48 +02:00
Lars Buitinck
40d139946d
DOC LaTeX error in SVM narrative docs
2012-10-06 12:54:12 +02:00
Andreas Mueller
4e7d9962f6
ENH fixed doctests, addressed comments.
2012-06-15 19:31:47 +02:00
Andreas Mueller
43667669e1
DOC user guide pdf building. Kicked out a formular that rendered neither in html nor latex. Please don't hit me.
2012-06-04 23:40:17 +02:00
Alexandre Gramfort
7e40dc73e2
update tip on svm C param
2012-05-22 15:31:16 +02:00
Daniel Duckworth
06622a9566
Fixed location of ".. _svm_mathematical_formulation:" in svm.rst
2012-05-14 00:03:10 -07:00
Daniel Duckworth
43c39f4ea8
Added plot_rbf_parameters example to SVM doc
2012-05-13 14:19:17 -07:00
Alexandre Gramfort
15455263b7
API : change back default C to 1. explicitely and epsilon 0.1
2012-05-05 21:57:04 +02:00
Andreas Mueller
5edfa06019
DOC docs and examples have scale_C removed
2012-05-05 21:57:04 +02:00
David Warde-Farley
5f6d012b39
Fix math notation for exp and tanh.
...
Typically one uses \exp and \tanh, otherwise LaTeX/mathtex renders it as
if e, x, p or t, a, n, h are all separate variables being multiplied.
2012-04-18 15:41:01 -04:00
GaelVaroquaux
7e4ea9e4db
BUG fix LinearSVM doctest
2012-04-13 08:15:42 +02:00
Nick Wilson
c90a329080
Add verbose parameter to SVMs ( fixes #250 )
...
Add a verbose parameter to SVMs to get verbose output from libsvm
printed to stdout while fitting a model.
Note that this setting takes advantage of a per-process runtime setting
in libsvm that, if enabled, may not work properly in a multithreaded
context.
2012-03-15 00:16:06 -07:00
Alexandre Gramfort
c920fd8186
API: use C=None by default in libsvm/liblinear bindings so (C=1, scale_C=False) which is libsvm default == (C=None, scale_C=True) which is the scikit default
2012-03-07 15:34:24 +01:00
Andreas Mueller
5a88e0c904
Merge pull request #673 from amueller/crammer_singer_rename
...
MRG rename parameter "multi_class" of LinearSVC to "crammer_singer"
2012-03-04 05:51:35 -08:00
Andreas Mueller
bd5833112c
DOC added one more sentence about crammer-singer
2012-03-04 13:29:26 +01:00
Andreas Mueller
06e726c542
MISC changed parameter name back but changed semantics, as @mbondel suggested.
2012-03-04 12:50:35 +01:00
Andreas Mueller
3fd35714d8
DOC minor addition to SVM kernel parameters
2012-03-03 22:39:31 +01:00
Andreas Mueller
882a7d54a8
FIX forgot doctest
2012-03-03 22:15:42 +01:00
Andreas Mueller
139283ef62
ENH rename parameter "multi_class" of LinearSVC to "crammer_singer", add docs, add tests
2012-03-03 22:07:30 +01:00
Andreas Mueller
b3839837cf
DOC C is pretty large now...
2012-02-22 21:36:30 +01:00
Andreas Mueller
868eac134f
Merge branch 'master' into svm_class_weights
...
Conflicts:
doc/modules/svm.rst
doc/tutorial.rst
doc/whats_new.rst
sklearn/linear_model/logistic.py
sklearn/svm/base.py
sklearn/svm/classes.py
sklearn/svm/sparse/classes.py
sklearn/svm/tests/test_sparse.py
sklearn/svm/tests/test_svm.py
2012-02-15 00:12:02 +01:00
Alexandre Gramfort
366ceb2d84
DOC: update scale_C docstrings + add notes to svm.rst
2012-02-11 14:43:45 +01:00
Alexandre Gramfort
f0dc6116ad
API: set scale_C to True by default in libsvm/liblinear models
2012-02-11 14:42:47 +01:00
Andreas Mueller
0e8312312b
ENH: moved class_weight parameter in svms from fit to ``__init__``.
2012-02-07 00:24:02 +01:00
Mathieu Blondel
8e686beb9b
Don't raise warning when passing explicit scale_C=False.
2012-02-01 20:24:03 +09:00
Andreas Mueller
e786ac53cc
Merge branch 'master' into svm_coef_sign
...
Conflicts:
sklearn/svm/base.py
sklearn/svm/liblinear.c
sklearn/svm/sparse/base.py
2012-01-28 14:35:30 +01:00
Lars Buitinck
3d12a744a6
DOC merge sparse and dense SVMs, part 4
2012-01-27 17:41:25 +01:00
Andreas Mueller
eccb452270
DOC fixed indices in dual_coef_ example
2012-01-15 18:26:49 +01:00
Andreas Mueller
3a129767b2
DOC layout of dual_coef_ in 1vs1 svm in user guide, example
2012-01-15 18:18:21 +01:00
Olivier Grisel
a04d7018b1
FIX: broken link in SVM doc
2012-01-08 23:45:18 +01:00
Gael varoquaux
46cfacb617
DOC: outlier detection improve docs and examples
2011-12-20 13:11:44 +01:00
Alexandre Gramfort
db74b538e5
Merge remote-tracking branch 'origin/master' into n_samples_scaling
...
Conflicts:
sklearn/svm/sparse/base.py
sklearn/svm/tests/test_sparse.py
2011-12-18 12:45:58 +01:00
Andreas Mueller
da1665822d
DOC Added comment about equivalence of nu-SVM and C-SVM to the docs
2011-12-16 00:38:24 +01:00
Alexandre Gramfort
cfcf42e742
Merge branch 'master' into n_samples_scaling
...
Conflicts:
doc/whats_new.rst
sklearn/grid_search.py
sklearn/svm/base.py
sklearn/svm/classes.py
sklearn/svm/sparse/classes.py
2011-12-15 15:17:46 +01:00
Fabian Pedregosa
ce57ec46d8
DOC: Move practical info into its section and delete duplicates.
2011-11-21 11:30:32 +01:00
Alexandre Gramfort
fdbd584a93
s/C_scale_n_samples/scale_C
2011-11-11 21:36:19 -05:00
Alexandre Gramfort
6def64c3e6
ENH : adding support for scaling by n_samples of the C parameter in libsvm and liblinear models
2011-11-11 16:43:03 -05:00
Peter Prettenhofer
1657df48fe
fix: broken doctest with precomputed kernel
2011-11-09 21:35:48 +01:00
Andy
dcb38d746b
DOC: inline example for precomputed svm kernel
2011-11-09 12:32:06 +01:00
Andy
776b5343c6
DOC slight reformatting of kernel cache note in module docs.
2011-11-04 14:00:24 +01:00
Andy
60e4c8038b
DOC fixed doctests for cache_size parameter
2011-11-04 13:51:11 +01:00
Olivier Grisel
bf68b538e8
Some clarification of the memory copy issues.
2011-10-07 12:11:51 +03:00
Fabian Pedregosa
90705a512f
FIX broken tests by last commit.
2011-09-13 14:31:05 +02: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
Olivier Grisel
c57950bb24
FIX: remaining broken doctests
2011-08-24 16:05:31 +02:00
GaelVaroquaux
52b6ec6b8f
BUG: fix dotests
2011-07-22 14:25:44 +02:00