Commit Graph

166 Commits

Author SHA1 Message Date
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
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