Consider i have a classifier like A
and the result of its classification gives me the following table:
TP TN FP FN
A 225 100 175 100
TP is True Positive
TN is True Negative
FP is False Postive
FN is False Negative
How i can draw a plot curve of ROC?
I know, i can define a variable, and try to predict it based on A, and then make a dataframe which exactly simulate the above values, and finally, i can use this code. But i think there should be an easier way?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…