🎉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

"[SOLVED] threshold in ROC curve chart"

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

I just wonder, if those threshold in ROC chart is a same idea as cutting point (threshold?)
by executing bi-nominal classification.

Best regards,

Shingo



Sort by:
1 - 2 of 21
    User: "MariusHelf"
    New Altair Community Member
    Hi Shingo,

    the threshold refers to the confidence value of the prediction. You can read it like this: if the confidence of the example to be positive is greater than the threshold, the example will be classified as positive, if the confidence is below the threshold, it will be classified as negative.

    You can experiment with thresholds by using the Create Threshold and Apply Threshold operators after classification, but before applying the Performance operator.

    If you have further questions, don't hesitate to ask :)

    All the best,
    Marius
    User: "karate405"
    New Altair Community Member
    OP
    Hi Marius,

    Thank you very much for your reply.
    Now, I understand what it indicates.

    Thank you very much,

    Shingo