I'm trying to plot a ROC curve using seaborn (python). With matplotlib I simply use the function plot : plt.plot(one_minus_specificity, sensitivity, 'bs--').
確定! 回上一頁