8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f149d30 commit c5c189bCopy full SHA for c5c189b
doc/modules/svm.rst
@@ -28,7 +28,8 @@ The advantages of support vector machines are:
28
The disadvantages of support vector machines include:
29
30
- If the number of features is much greater than the number of
31
- sample 5211 s, the method is likely to give poor performances.
+ samples, avoid over-fitting in choosing :ref:`svm_kernels` and regularization
32
+ term is crucial.
33
34
- SVMs do not directly provide probability estimates, these are
35
calculated using an expensive five-fold cross-validation
0 commit comments