I need to know if SVMlight outputs classification scores. I couldn’t find it anywhere.I know that for example libSVM does.thx
I need to know if SVMlight outputs classification scores. I couldn’t find it anywhere.I
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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