🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

LibSVM probability Estimation

User: "vijaypshah"
New Altair Community Member
Updated by Jocelyn
Hi,

Description of LibSVM mentions that it could provide probability estimation based on Platt scaling for proper confidence values after applying the learned model on a classification dataset.

So when I say calculate confidences, does it calculate probability estimation or the the confidence? Do I need to use any Platt scaling operator to convert this confidence to probability?

Regards,
Vijay

Find more posts tagged with

Sort by:
1 - 2 of 21
    User: "land"
    New Altair Community Member
    Hi,
    as far as I know it does and you won't need to apply the plat scaling any more.

    Greetings,
      Sebastian
    User: "vijaypshah"
    New Altair Community Member
    OP
    Thanks!