8000 DOC: Removed an unsubstantited claim about AVDD generalising the ocSV… · scikit-learn/scikit-learn@5f5dc29 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5f5dc29

Browse files
committed
DOC: Removed an unsubstantited claim about AVDD generalising the ocSVM [ci skip]
1 parent ef42bd0 commit 5f5dc29

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/modules/svm.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -779,8 +779,7 @@ typical run of the SVDD model the weights are set to :math:`w_i = 1`, which
779779
is equivalent to the original 2013 SVDD problem for :math:`C = \frac{1}{\nu l}`.
780780

781781
In the case of a stationary kernel :math:`K(x,y)=K(x-y)` the SVDD model
782-
and the One-Class SVM models are provably equivalent, which means that SVDD
783-
generalizes the former.
782+
and the One-Class SVM models are provably equivalent.
784783

785784
The primal problem of Scikit's version of SVDD for the training sample
786785
:math:`(x_i)_{i=1}^l` with weights :math:`(w_i)_{i=1}^l` is:

0 commit comments

Comments
 (0)
0