are 2 kind of comparision for doing multiple classes >> .SVC(kernel='linear', decision_function_shape='ovr’) OVO: One vs One OVR: One vs Rest Pros: less sensitive to imbalanced Cons: More classifications Pros: Fewer classifications Cons: Classes may be imbalanced
data. • Works well on small data sets. • Different kernel functions for various decision functions or combine 2 different kernel functions for better result. • Cons: • Picking the right kernel and parameters can be computationally intensive. • SVM do not provide probability estimates. Support Vector Machine ( SVM)