Is there a possibility to get the classification score for each ova estimator in a multi class SVM in scikit? The overall score of the muldi class SVM is not what i need.
To be more specific. If i have a trained multi class SVM and i use it on my test data i want not only the overall score from the multi class SVM for each sample. I also need let me say the 10 best ova classifier reults from inside the multi class SVM. The confusion matrix would maybe one possibility but i'm not sure if the matrix reflects each classification process.