Re: [Scikit-learn-general] Regarding ROC from multiple classifiers

2014-10-08 Thread Andy
Hi Shalu. Can you show your code or explain what you tried and didn't work? Cheers, Andy On 10/07/2014 07:03 PM, shalu jhanwar wrote: Hi Scikit Users, I want to make a ROC curve to compare various classifiers. Can anybody tell me how to plot it? I am already familiar of plotting ROC using c

[Scikit-learn-general] Regarding ROC from multiple classifiers

2014-10-07 Thread shalu jhanwar
Hi Scikit Users, I want to make a ROC curve to compare various classifiers. Can anybody tell me how to plot it? I am already familiar of plotting ROC using cross-validation. But I am unable to plot a single ROC having all the classifiers to compare the performance. Many thanks! Shalu ---