Data Science Interview Question 13
Most Favorable Data Science Interview Questions and Answers for Beginners
What are AUC and ROC curves?
ROC :
- ROC stands for Receiver Operating Characteristics Curve.
- This is a graph that shows the performance of a machine learning model on a classification problem by plotting the true positive rate and the false positive rate.
AUC :
- AUC stands for Area Under the Curve.
- It is used to measure the entire area under the ROC curve.