Models — Classification
Support Vector Classifier (SVC) component
Train a support vector classifier that finds the maximum-margin hyperplane separating classes, with linear, polynomial, and RBF kernels.
SVC finds the decision boundary that maximizes the margin between classes. With non-linear kernels it can model complex class boundaries.