Hi guys: I'm trying to solve an one class classification problem. It seems to be not very good by using one class svm of scikit-learning. I want to try support vector data description(svdd) mothed. I'm wondering where I can get the code of the svdd. thanks.
Hi, There was a pull request for the svdd https://github.com/scikit-learn/scikit-learn/pull/5899 But it has been closed recently... Note that if you apply the OCSVM with the rbf kernel it is equivalent to the svdd. Albert On sam. 23 juil. 2016 at 10:39, fengyanghe <fengyanghe@gmail.com> wrote:
Hi guys: I'm trying to solve an one class classification problem. It seems to be not very good by using one class svm of scikit-learning. I want to try support vector data description(svdd) mothed. I'm wondering where I can get the code of the svdd.
thanks. _______________________________________________ scikit-learn mailing list scikit-learn@python.org https://mail.python.org/mailman/listinfo/scikit-learn
participants (2)
-
Albert Thomas -
fengyanghe