ROC.md (290B)
1 # Receiver Operating Characteristic (ROC) 2 3 ML D3 4 5 **Definition:** The ROC curve plots the rate of true positives for a dataset against the rate of false positives as the decision threshold changes. 6 7 This type of graph is used to show threshold information for binary classification models.