thresholds in roc_curve in scikit learn

不打扰是莪最后的温柔 提交于 2019-12-04 07:13:55

As HaohanWang mentioned, the parameter 'drop_intermediate' in function roc_curve can drop some suboptimal thresholds for creating lighter ROC curves. (roc_curve). If set the parameter to be False, all threshold will be displayed, for example: enter image description here all thresholds and corresponding TPRs and FPRs are calculated, but some of them are useless for plotting the ROC curve.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!