File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -304,12 +304,10 @@ Tips on Practical Use
304
304
305
305
* Support Vector Machine algorithms are not scale invariant, so **it
306
306
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.
313
311
314
312
* Parameter nu in NuSVC/OneClassSVM/NuSVR approximates the fraction
315
313
of training errors and support vectors.
You can’t perform that action at this time.
0 commit comments