Re: ML - MulticlassClassificationEvaluator How to get metrics for each class

2016-10-03 Thread Nirav Patel
I think its via using MulticlassMetrics class. Just found it. Thanks On Mon, Oct 3, 2016 at 3:31 PM, Nirav Patel wrote: > I see that in scikit library if you specify 'Non' or nothing for 'average' > parameter it returns metrics for each classes. How to get this in ML > library? > http://scikit-

ML - MulticlassClassificationEvaluator How to get metrics for each class

2016-10-03 Thread Nirav Patel
I see that in scikit library if you specify 'Non' or nothing for 'average' parameter it returns metrics for each classes. How to get this in ML library? http://scikit-learn.org/stable/modules/generated/sklearn.metrics.precision_score.html Current weighted metrics does help to see overall picture b