How to plot ROC curve in Python

后端 未结 11 2229
臣服心动
臣服心动 2020-11-29 16:15

I am trying to plot a ROC curve to evaluate the accuracy of a prediction model I developed in Python using logistic regression packages. I have computed the true positive ra

11条回答
  •  一整个雨季
    2020-11-29 16:47

    You can also follow the offical documentation form scikit:

    https://scikit-learn.org/stable/auto_examples/model_selection/plot_roc.html#sphx-glr-auto-examples-model-selection-plot-roc-py

提交回复
热议问题