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
explain ROC graph
Help me,
can anyone explain about this ROC graph on rapidminer, I'm just learning? how to get the AUC 7.511 value on this ROC chart
Thank you for your time and help!
dhiya
Tagged:
0
Best Answer
-
BalazsBarany Administrator, Moderator, Employee-RapidMiner, RapidMiner Certified Analyst, RapidMiner Certified Expert Posts: 955 UnicornHi!
ROC (Receiver Operator Characteristics) charts are described in the help of the Compare ROCs operator.
https://docs.rapidminer.com/latest/studio/operators/validation/visual/compare_rocs.html
For drawing this chart, the predictions are sorted descending by confidence. At each confidence level, the red line goes up for every correct prediction and to the right for every wrong prediction. The ideal "curve" would always go up because every decision would be right with a 100 % confidence.
The Area Under the Curve is calculated by literally determining the area under the red curve. It can be 1 as the maximum (the area of a square going from (0, 0) to (1, 1) and theoretically 0 as the minimum. 0.5 is like tossing coins: Random true or false results.
Regards,
Balázs3
Answers
thanks for the answer it was very helpful
@BalazsBarany
Thank you for your time and help!
@BalazsBarany
As you can see in the charts, the blue line is called "ROC (Thresholds)". These are the confidence levels as described.
The areas are the variance resulting from cross validation iterations.
Regards,
Balázs