Hi,

I'm trying to plot ROC curve from multiple multiclass. It seems to me that
the library does not, how could get around it? the data I have are these:

             precision    recall  f1-score   support
         0       0.00      0.00      0.00         1
         1       1.00      1.00      1.00         1
         2       1.00      1.00      1.00         1
         3       1.00      1.00      1.00         1
         4       0.50      1.00      0.67         1
         5       1.00      1.00      1.00         1
             ...               ...
       59       1.00      1.00      1.00         1
       60       0.50      1.00      0.67         1

avg / total   0.76      0.84      0.79        61

predicted:

[ 60.   1.   2.   3.   4.   5.   6.   7.   8.   9.  33.  11.  12.  16.  14.
  15.  16.  17.  18.  19.  20.  21.  22.  23.  24.  25.  26.  27.  28.   8.
  30.  31.  32.  45.  34.  35.  36.  37.  38.  39.  40.  51.  42.   4.  44.
  45.  46.  47.  48.  49.  50.  51.  26.  53.  34.  55.  56.  12.  58.  59.
  60.]


Regards,
Paulo
------------------------------------------------------------------------------
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
_______________________________________________
Scikit-learn-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general

Reply via email to