2 years ago
#380023

Caterina
When to use OneVsRestClassifier?
If the decision function of svm.SVC is by default "ovr", why would we use OneVsRestClassifier(svm.SVC(kernel="linear") instead of just svm.SVC(kernel="linear")?
machine-learning
scikit-learn
svm
multiclass-classification
0 Answers
Your Answer