How to Plot ROC curve with matplotlib/python [closed]
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 4 years ago . I want to plot a ROC curve in python with matplotlib and want to show it like this: Say we have 0.0 to 1.0 predictions y_score and binary 0 or 1 labels y_test how to we convert this to a ROC curve? I cannot find a function which do something like this in matplotlib. Is there a