Re: [Scikit-learn-general] Bug in OneClassSVM

2014-09-15 Thread Peter Prettenhofer
Hi Luca, it segfaults?! Can you confirm that it also segfaults if you use the default arguments? There is no plot so I cannot say anything about the strange decision boundaries. For my part, I've never used something else than a RBF kernel for a one class svm; the RBF kernel has the nice property

[Scikit-learn-general] Bug in OneClassSVM

2014-09-15 Thread Luca Puggini
Hi, I am having some problems with the OneClassSVM function. Here you can see my file and the output. http://justpaste.it/h3pw I am sorry but I can not share the used data. I have experienced also other problems like strange decision boundaries. Can someone tell me if I am doing something wrong