ML model visualizer
SVM Classifier
Find the decision boundary that maximizes the margin between classes.
TypeClassificationModelMaximum MarginKernelLinearOutputClass Label
1.0
0.15
Decision Space
Class AClass BDecision boundary
How SVM Works
- 1Map training pointsPlot labeled observations in feature space.
- 2Test separating boundariesCompare candidate class boundaries.
- 3Maximize the marginChoose the widest reliable separation.
- 4Identify support vectorsKeep the points that define the margin.
Map labeled examples into the feature spaceSearch for a boundary that separates the classesMaximize the margin around the decision boundaryIdentify the support vectors closest to the marginUse the boundary sign to classify new points
Model Metrics
Accuracy-Support Vectors-Margin Width-Margin Violations-C Parameter1.0KernelLinear
Support Vectors
| # | Class | Coordinates | Score |
|---|---|---|---|
| Advance to the support-vector step to inspect them. | |||
Kernel Explorer
Linear kernels create a straight boundary or trend.