libsvm does not support probability outputs for one-class SVM. One-class SVM is an algorithm for support estimation (not proper density estimation) - i.e. you get a confidence that P(X) > t - where t is somewhat concealed in the nu parameter.
2013/3/5 Lars Buitinck <l.j.buiti...@uva.nl>: > 2013/3/5 Bill Power <bill.power...@gmail.com>: >> investigating previous versions i saw that probability was available >> in version 0.9 with predict_proba and predict_log_proba functions >> http://scikit-learn.org/0.9/modules/generated/sklearn.svm.OneClassSVM.html >> >> but it's not here in the stable version >> http://scikit-learn.org/stable/modules/generated/sklearn.svm.OneClassSVM.html > > The methods never worked, so they were pruned in a refactoring round. > > -- > Lars Buitinck > Scientific programmer, ILPS > University of Amsterdam > > ------------------------------------------------------------------------------ > Everyone hates slow websites. So do we. > Make your web apps faster with AppDynamics > Download AppDynamics Lite for free today: > http://p.sf.net/sfu/appdyn_d2d_feb > _______________________________________________ > Scikit-learn-general mailing list > Scikit-learn-general@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/scikit-learn-general -- Peter Prettenhofer ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_feb _______________________________________________ Scikit-learn-general mailing list Scikit-learn-general@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/scikit-learn-general