Skip to main content
SVC finds the decision boundary that maximizes the margin between classes. With non-linear kernels it can model complex class boundaries.

Configuration

Input / Output

When to use

Works well on small-to-medium datasets with clear class boundaries. Always scale features before SVC — it is very sensitive to feature magnitudes.