How to easily make a ROC curve in R
A typical task in evaluating the results of machine learning models is making a ROC curve, this plot can inform the analyst how well a model can discriminate one class from a second. These plots are all using ggplot2 and it also yields performance metrics such as, Matthew's correlation coefficient, specificity, sensitivity, and includes confidence intervals.
Nov-26-2019, 16:28:07 GMT
- Technology: