Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a04d701

Browse files
committed
FIX: broken link in SVM doc
1 parent a6e7178 commit a04d701

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

doc/modules/svm.rst

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -304,12 +304,10 @@ Tips on Practical Use
304304

305305
* Support Vector Machine algorithms are not scale invariant, so **it
306306
is highly recommended to scale your data**. For example, scale each
307-
attribute on the input vector X to [0,1] or [-1,+1], or standardize
308-
it to have mean 0 and variance 1. Note that the *same* scaling
309-
must be applied to the test vector to obtain meaningful
310-
results. See `The CookBook
311-
<https://sourceforge.net/apps/trac/scikit-learn/wiki/CookBook>`_
312-
for some examples on scaling.
307+
attribute on the input vector X to [0,1] or [-1,+1], or standardize it
308+
to have mean 0 and variance 1. Note that the *same* scaling must be
309+
applied to the test vector to obtain meaningful results. See section
310+
:ref:`preprocessing` for more details on scaling and normalization.
313311

314312
* Parameter nu in NuSVC/OneClassSVM/NuSVR approximates the fraction
315313
of training errors and support vectors.

0 commit comments

Comments
 (0)