Commit Graph

149 Commits

Author SHA1 Message Date
Gael Varoquaux 323bcea80d Merge pull request #6426 from yenchenlin1994/remove-redundant-typo
[MRG] DOC Remove redundant words in sklearn
2016-02-23 16:30:25 +01:00
Nelson Liu 3f88b981c0 doc: fix capitalization in svm.rst citation to match paper. 2016-02-23 01:44:45 -08:00
Lilian Besson 9f4b53ea55 Update svm.rst
Trailing comma removed, sorry.
2016-02-23 10:33:47 +01:00
YenChenLin 46fc1be145 Remove redundant words in sklearn 2016-02-23 16:54:03 +08:00
Lilian Besson f72333870a Update svm.rst
Thanks @agramfort.
2016-02-23 00:15:08 +01:00
Lilian Besson 22f468a103 Update svm.rst
Just two tiny typos, and space errors in the references.
2016-02-21 16:45:59 +01:00
Raghav R V f67e911124 DOC Modify documentation/examples for the new model_selection module 2015-10-29 16:49:23 +01:00
Ganiev Ibraim 44c85199f1 Fix of issue #5601 2015-10-27 21:07:40 +01:00
Anish Shah a7081d797f [issue #5043] fix documentation of callable kernel 2015-08-14 15:40:03 +05:30
Lars Buitinck 1274e48216 TST fix failing doctest 2015-06-08 12:58:18 +02:00
Lars Buitinck 567a956338 Merge branch 'pr/4714' + pep8 fixes
Conflicts:
	doc/modules/model_persistence.rst
	doc/modules/pipeline.rst
	doc/modules/svm.rst
	doc/tutorial/basic/tutorial.rst
	doc/tutorial/statistical_inference/supervised_learning.rst
	sklearn/svm/classes.py
2015-06-08 11:31:51 +02:00
Shivan Sornarajah 41788c353b Changed SVM to use gamma='auto' by default. Deprecated gamma=0.0. 2015-06-05 22:47:43 +01:00
Andreas Mueller 6d4bcda876 ENH refactor OVO decision function, use it in SVC for sklearn-like decision_function shape 2015-06-05 13:14:45 -04:00
Andreas Mueller eedc1cddab Use more natural class_weight="auto" heuristic 2015-06-01 12:49:53 -04:00
Barmaley.exe eff77f5437 DOC A small change to the SVM's tutorial 2015-03-13 01:29:07 +03:00
Barmaley.exe 9d4e47f1bb DOC Adds SVR description to the tutorial 2015-03-13 00:27:29 +03:00
Barmaley.exe dbe4971c14 Updates whats new and fixes the documentation 2015-03-03 03:15:51 +03:00
Fabian Pedregosa dbc5d707c6 Change loss names for LinearSVC and LinearSVR()
the names are now consistent across methods

In LinearSVC:
   'l1' -> 'hinge'
   'l2' -> 'squared_hinge'
In LinearSVR:
   'l1' -> 'epsilon_insensitive'
   'l2' -> 'squared_epsilon_insensitive'
2015-02-09 11:09:16 +01:00
Helder d6a12c4479 Fix a typo on svm.rst 2014-12-24 13:58:37 -02:00
Lars Buitinck 73283e98d1 MAINT remove probability kwarg from SVR and NuSVR
These don't have predict_proba, so setting it to true makes no sense.
2014-12-17 10:07:48 +01:00
Fabian Pedregosa 7e1a0eee08 ENH LinearSVR using liblinear code
Fixes gh-3877.
2014-12-03 20:44:04 +01:00
Xinfan Meng d96f196ac9 DOC Fix broken class references 2014-11-30 18:34:59 +11:00
MechCoder 3edfa3cf17 Max iter param in Liblinear is now softcoded 2014-08-01 12:15:57 +02:00
Olivier Grisel 2eb1e98eef MAINT ensure that examples figures are displayed in the correct order 2014-07-14 15:47:17 +02:00
Lars Buitinck c176ced74d DOC double backticks for fixed-width (code) font
Fixes #3337. Also other minor fixes while I was at it.
2014-07-06 14:18:33 +02:00
Daiki Aminaka 03a78d573d fix typo (on -> one) 2014-07-02 22:18:30 +09:00
Lars Buitinck 0a3a67777d DOC SVMs take string class labels as well as integers
http://stackoverflow.com/a/24512272/166749
2014-07-01 16:34:09 +02:00
Rohit Sivaprasad 7a5d4b4629 DOC typo in SVM narrative
Fixes #2465.
2013-09-21 17:41:37 +02:00
Vlad Niculae 2d97949125 DOC update docstrings to reflect libsvm random_state 2013-07-27 19:50:25 +02:00
Andreas Mueller c2575435b6 DOC improve documentation of sample_weight, add to docstring. 2013-07-26 15:06:57 +02:00
Andreas Mueller edb2ff7be3 COSMIT sphinx fixes 2013-07-23 15:02:10 +02:00
Jaques Grobler 8861833ec9 DOC spellfixes 2013-06-29 16:18:23 +03:00
Andreas Mueller 76bb083940 DOC Fixed documentation of kernel parameters: sigm uses gamma, but not degree. Closes #1972. 2013-05-19 16:53:30 +02:00
A. Flaxman a9b93a2c86 DOC: latex beautification
use \langle and \rangle for inner product, instead of < and >
2013-05-07 08:08:36 +02:00
Lars Buitinck 5eb035c7e7 DOC further comments on SVM probabilities 2013-03-30 12:13:18 +01:00
Lars Buitinck b1a97ded84 DOC describe SVM probability calibration (and advise against it) 2013-03-29 15:55:55 +01:00
Lars Buitinck 7267e4e308 COSMIT rm deprecated svm.sparse module 2013-01-22 02:15:56 +01:00
Vlad Niculae ee5811b5dd DOC: fixed latex and formatting in SVM docs 2013-01-11 21:04:37 +00:00
Andreas Mueller 0dd3e13771 FIX remaining doctests 2013-01-03 13:21:51 +01:00
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