Commit Graph

182 Commits

Author SHA1 Message Date
JSchuerz 4a52eb6de9
DOC Use :doi: and :arxiv: directives for references (#22603)
Co-authored-by: Chiara Marmo <cmarmo@users.noreply.github.com>
Co-authored-by: Jérémie du Boisberranger <34657725+jeremiedbb@users.noreply.github.com>
2022-03-02 15:15:44 +01:00
bmreiniger 8037a4d283
DOC fix the shape of `dual_coef_` in user guide documentation (#21472)
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2022-01-28 16:57:50 +01:00
Dimitri Papadopoulos Orfanos f71c031314
DOC Typos found by codespell (#21069) 2021-09-17 19:04:54 +02:00
tom1092 29e21a33ad
DOC Update hinge loss function in SVM (#20077)
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2021-05-17 10:47:09 +02:00
Rahul Jakhar 19eb458567
DOC Update doc for LinearSVC and supported loss with l1 penalty (#18362)
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
2020-09-13 16:55:58 -04:00
Maren Westermann 70e1558607
DOC shorten links in doc/* modules (#17820)
* shorten links in doc modules

* fix links

* implement suggested changes

* try to fix links with tilde sign

* change back broken links in computing.rst and try make link in faq.rst work

* implement reviewer's suggested changes
2020-08-21 14:31:41 +02:00
Pankaj Jindal 4fae53964b
DOC Correcting an attribute's name (#17110) 2020-05-04 11:09:48 -04:00
Nicolas Hug e3e9137811
DOC Updates to SVM User Guide (#16769)
* WIP

* WIP

* Updates to the math section

* so apparently crammer-singer isn't consistent (http://www.cs.columbia.edu/\~rocco/papers/icml13.html)

* reorganized example links and described pictures

* Added references

* more refs

* Added scaler to docstring examples

* doc about dual coefs

* WIP

* note about shrinking and gram matrix

* ellipsis

* ellipsis again

* maybe fixed doc issue

* details for regression

* training error -> margin error

* Apply suggestions from code review

Co-Authored-By: Adrin Jalali <adrin.jalali@gmail.com>

* put back links + addressed rest of comments

* small detail about margin boundaries and SVs

* Addressed comments from Thomas and Adrin

Co-authored-by: Adrin Jalali <adrin.jalali@gmail.com>
2020-04-06 15:06:12 +02:00
jumon eb540f35f8
DOC Rename clf to regr in SVR examples (#16598) 2020-02-29 12:38:45 -05:00
Thomas J Fan 4d92d0ad59
DOC Improves readability of kernel functions in SVM docs (#16440) 2020-02-13 15:35:27 -05:00
Sambhav Kothari e0a8f7155a DOC Include LinearSV{C, R} in models that support sample_weights (#15871) 2019-12-13 08:44:59 +08:00
Thomas J Fan 2e7e06b78f [MRG] Doctest with print change only adjusts default options for doctest (#13991) 2019-06-01 10:53:45 +02:00
Guillaume Lemaitre 28480f4cb2 DEP change the default of gamma in SVM (#13801) 2019-05-07 16:12:49 +02:00
Adrin Jalali 384c8ad3d3 ENH add a break_ties parameter to SVC and NuSVC (#12557) 2019-05-03 16:15:49 -04:00
Jonathan Ohayon d045c1abc8 [MRG+2] Change ovr_decision_function scale (#10440)
* unit test for _ovr_decision_function

* sigmoid scale

* error on subset test

* clearer comment on test

* new scaling function forget sigmoid

* remove exception in subset check for SVC decision_function

* add comment and update whats_new

* update comment

* change test for float imprecision

* use 1/3 instead of 1/2

* merge conflict error

* flake8 correction and assert_true replacement

* better comment

* refer to public functions

* remove reference to private function

* rst dots

* change fix comments
2019-02-28 15:04:50 +01:00
Roman Yurchak d5258de0d5 DOC Fix formatting typo in the SVM user guide 2019-02-21 11:19:18 +01:00
Joel Nothman 486f8fc543 DOC fix plot_iris references after files renamed 2019-01-17 23:31:48 +11:00
TakingItCasual 1e052e9da9 Converting http to https (2)... (#12292) 2018-10-04 23:06:14 +02:00
Xing Han Lu bfab306bc6 [MRG] Added Tips in SVM user guide for tuning C parameter in LinearSVC and LinearSVR (#12185)
* Added Tip for tuning C parameter in LinearSVC/SVR

* Added reference about performance improvement

* Clearer explanation about large C values

* Update svm.rst
2018-10-03 09:39:24 +02:00
Zach Griffith abbdc91e40 DOC Fix description of SVC intercept_ shape in user guide (#12070) 2018-09-16 17:12:11 +02:00
Benn Roth c4615c5046 DOC: Remove redundant documentation for one-class SVM (#11531) 2018-07-16 06:30:10 +02:00
Loïc Estève 20661b5018
TST: only run doctests on numpy 1.14. (#10835)
Fix doctests due to numpy 1.14 formatting changes.
2018-03-27 07:44:40 +02:00
Gaurav Dhingra eed83790b0 ENH Change default gamma from 'auto' to 'scale' in SVC (#10331) 2018-03-10 10:39:21 +08:00
brett koonce f2186aa19d various minor spelling tweaks (#9783) 2017-09-17 17:04:23 +02:00
Albert Thomas 48afa9d85d [MRG] Deprecate random_state in OneClassSVM and add clarifications in docstrings and doc (#9703) 2017-09-08 08:38:20 +10:00
shivamgargsya 7772e8102c DOC add reference in probabilities to SVC doc (#8990) 2017-06-06 18:42:47 +10:00
Ellen-Co2 56d5789ea1 modify disadvantage (#8521)
[MRG+2] modify disadvantage
2017-03-04 13:35:36 -08:00
dokato bf272c8c11 DOC svm kernel functions docs: rbf equation fixed (#8356) (#8420) 2017-02-21 22:13:54 +11:00
Andreas Mueller 5c4b1bb231 [MRG+1] Housekeeping Deprecations for v0.19 (#7927)
* remove stuff to be removed 0.19

* more changes

* remove classes from 0.19 whatsnew

* remove _LearntSelectorMixin

* remove ProjectedGradientNMF, load_lwf_*

* minor fixes

* remove more copy from logistic regression path

* remove lda, qda from __init__.__all__

* remove pg solver in nmf from tests etc

* remove class_weight="auto" from tests

* doctest change for decision_function_shape="ovr"

* remove transfrom from tree test, minor fixes to tree tests

* some fixes in the tests

* undo changes in functions which still allow 1d input...

* also allow 1d in scale

* more test fixes...

* last test fixes in forest and tree

* svm default value change doctest failures

* pep8

* remove more class_weight="auto" stuff

* minor cosmetics in docstrings deprecated / removed behavior.

* say that store_covariance has been moved to __init__ in discriminant_analysis
2016-12-09 12:43:38 -05:00
Aman Dalmia 8793ec96b2 [MRG+1] DOC adding a warning on the relation between C and alpha (#7860)
* DOC adding a warning on the relation between C and alpha

* DOC removing extra character

* DOC: changes to the relation described

* DOC fixing typo

* DOC fixing typo

* DOC fixing link to Ridge

* DOC link enhancement

* DOC fixing line length
2016-11-29 20:13:28 +01:00
Óscar Nájera bd5cecce44 update references link namespace 2016-08-03 20:23:50 +02:00
Óscar Nájera 04116ce286 update image sources namespace 2016-08-03 20:23:50 +02:00
Nate George 9b25f5d37a Fix docs links (#7005)
* docs: fix broken and redirect links

see #7000

* docs: fix links

see #7000

* docs: merge with master

* docs: fix fnrs and tinyclues logo links

* docs: fix link reference in text

* docs: fix typo

* docs: added back in metaoptimize-qa paragraph

* docs: update language for defunct site

* docs: update stackexchange section

* docs: remove defunct site, move quora to top

* docs: remove defunct link and rearrange links
2016-07-27 16:58:25 -04:00
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