Question: How does SVM handle outliers in the training data?
Options:
Correct Answer: By using a soft margin approach
Solution:
SVM can handle outliers using a soft margin approach, which allows some misclassifications to achieve a better overall model.