What is ROC?
ROC stands for Receiver Operating Characteristic. It is a graphical representation that illustrates the performance of a binary classification model. The ROC curve plots the true positive rate (TPR) against the false positive rate (FPR) at various threshold settings. The true positive rate (TPR) is also called sensitivity, recall or hit rate and it is the proportion of actual positive cases that..
2023.03.07