Question 31
When using a Support Vector Classifier (SVC) in scikit-learn with different values of the regularization parameter (C), how does the complexity of the decision boundary change? Select all correct statements:
Smaller values of C result in a more complex decision boundary.
Larger values of C result in a more complex decision boundary.
The decision boundary becomes simpler with increasing values of C.
Very large values of C may lead to overfitting.