JuliaML / LIBSVM.jl

LIBSVM bindings for Julia
Other
88 stars 35 forks source link

Different probabilities for SVC in LIBSVM and sklearn #94

Open MNLubov opened 2 years ago

MNLubov commented 2 years ago

I'm studying LIBSVM library and comparing it with sklearn implementation of SVM. I found that the probabilities obtained in SVC for sklearn and LIBSVM are different from each other. What can this be related to?