hi all. just looking at the one class svm and I'd like to get a
probabililty rather than a distance output. i know that in regular
svms you can get parameters for the sigmoid function from five-fold
cross validation and that's done by setting the probability=True in
the constructor. i presume it's the plat routine that's used anyway.
id like this in the one class svm.

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

is there any means to get the probability other than using a
non-parameterised sigmoid function ? were those functions there just
as place holders to keep a common structure to the package? can
probability be calculated with one class svms?

thanks

bill

------------------------------------------------------------------------------
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

Reply via email to