- ${y_i}$: true label ({+1} or {-1})
- ${\hat{y}_i}$: predicted label
#Purpose
Measures the performance of a binary classification model; lower values indicate better performance.
#Properties
- Non-negative: Hinge Loss is always zero or positive.
- Encourages a large margin between classes.