The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
"[SOLVED] threshold in ROC curve chart"
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
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
Tagged:
0
Answers
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
Thank you very much for your reply.
Now, I understand what it indicates.
Thank you very much,
Shingo