🎉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

Can we show accuracy, recall and precision?

ZAMUser: "ZAM"
New Altair Community Member
Updated by Jocelyn
Hello,

Can we show the accuracy, recall, and precision in the same table after converting the confusion matrix to that table using converters extension?
Because the output we get is the trues and falses without the performance measures.

Thanks and best regards,
ZAM

Find more posts tagged with

Sort by:
1 - 1 of 11
    Telcontar120User: "Telcontar120"
    New Altair Community Member
    Accepted Answer
    No, because the converter takes the actual data from the confusion matrix and turns it into an exampleset.  The performance measures are effectively metadata calculated from that data and so they don't logically belong in a dataset with the data elements from which they are derived.  If you want them in the table then you can simply copy the original performance vector output and paste it into a spreadsheet or similar.