Hello all,
Is there any method to get the separate classification accuracy score for
each class from any classifier.
The score method
>>>SVC().fit(X, y).score(X,y)
gives accuracy of classification but not by class. I need individual score
for each class !!

Thanks
--
Sheila
------------------------------------------------------------------------------
Got visibility?
Most devs has no idea what their production app looks like.
Find out how fast your code is with AppDynamics Lite.
http://ad.doubleclick.net/clk;262219671;13503038;y?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
_______________________________________________
Scikit-learn-general mailing list
Scikit-learn-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general

Reply via email to