8000 Merge pull request #6427 from nelson-liu/fix_svm_doc_citation · scikit-learn/scikit-learn@613e8be · GitHub
[go: up one dir, main page]

Skip to content

Commit 613e8be

Browse files
committed
Merge pull request #6427 from nelson-liu/fix_svm_doc_citation
[MRG] doc: fix capitalization in svm.rst citation to match paper.
2 parents e631f2c + 3f88b98 commit 613e8be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/modules/svm.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -702,10 +702,10 @@ computations. These libraries are wrapped using C and Cython.
702702
For a description of the implementation and details of the algorithms
703703
used, please refer to
704704

705-
- `LIBSVM: a library for Support Vector Machines
705+
- `LIBSVM: A Library for Support Vector Machines
706706
<http://www.csie.ntu.edu.tw/~cjlin/papers/libsvm.pdf>`_.
707707

708-
- `LIBLINEAR -- a library for Large Linear Classification
708+
- `LIBLINEAR -- A Library for Large Linear Classification
709709
<http://www.csie.ntu.edu.tw/~cjlin/liblinear/>`_.
710710

711711

0 commit comments

Comments
 (0)
0