Find more posts tagged with
Sort by:
1 - 4 of
41
two question please,
what is the difference between blue line and red line,
Sort by:
1 - 1 of
11
Hi!
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ázs
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ázs
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ázs