Xtra-Computing / thundersvm

ThunderSVM: A Fast SVM Library on GPUs and CPUs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

One Class SVM scores

mcamplaniROVCO opened this issue · comments

Hello,

Is there any way to improve the documentation or clarifiy here how it is possible to obtain classification scores from ONE class SVM as in scikit-learn score_samples function. I found that a similar functionality is not available and this detail is quite hidden inside the documentation

The python interface doesn't support the computation of scores, but you can obtain the score from the C++ code in Line 63 of https://github.com/Xtra-Computing/thundersvm/blob/master/src/thundersvm/model/oneclass_svc.cpp

It would be good if you or someone else can contribute to improving the python interface.

Hello,

THanks for this, I think I will have a look at it soon!!!!

Closed by mistake. Will close this when the feature is implemented