🎉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

"Accuracy and binominal classification"

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

the operator for evaluating binominal classification tasks does not offer accuracy. I guess this is due to the fact that accuracy doesn't make sense for binominal classification but I haven't figured out so far why this should be the case. I hope somebody has an explanation.

Thanks

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "IngoRM"
    New Altair Community Member
    Hi,

    accuracy of course also makes sense for binominal classification tasks. But it one of those measure which works for all types of classification and hence can be found in the (polynominal and hence more generic) ClassificationPerformance operator. You can calculate both accuracy and things like precision, recall (and other binominal measures) by performing both operators on the labeled example set (don't forget to activate "keep_example_set" for the first one).

    Cheers,
    Ingo