"Accuracy and binominal classification"

Username
Username New Altair Community Member
edited November 5 in Community Q&A
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

Answers

  • IngoRM
    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