See http://scikit-learn.org/stable/auto_examples/plot_roc.html

On 6 October 2015 at 17:56, aravind ramesh <varavind...@yahoo.com> wrote:

> Dear All,
>
> I want to compare my new svm model generated with already published model.
>
> I generated required features and got the prediction labels for both
> models.
>
> I have data in the following format:
>
> Data-Point    Original    Old-Model    New-Model
> A0AV                  1                1                     1
> A0AX                  1                0                     1
> .
> .
> .
> Z0AV                0                    1                    0
>
> So far I compared models using metrics like specificity, MCC, and other
> standard metrics. I want to get a ROC, plot for comparing two models.
>
> --Varavind
>
>
> ------------------------------------------------------------------------------
>
> _______________________________________________
> Scikit-learn-general mailing list
> Scikit-learn-general@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
>
>
------------------------------------------------------------------------------
_______________________________________________
Scikit-learn-general mailing list
Scikit-learn-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general

Reply via email to