Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does SVMlight output the classification scores?

I need to know if SVMlight outputs classification scores. I couldn't find it anywhere.I know that for example libSVM does.thx

like image 528
Hossein Avatar asked Mar 15 '26 11:03

Hossein


1 Answers

SVMLight's output consists of a "prediced value" for each classified instance. Strictly speaking, this is not a "classification score", but can be used as some measure of certainty.

There are many methods of transforming this into some type of probability measure (I guess this is what you're referring to in 'scores'). For instance, see a paper by JS Platt on the topic

like image 152
etov Avatar answered Mar 17 '26 01:03

etov



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!