Question 26
Select the correct statements regarding the following code snippet:
model2 is more likely to have a lower bias and higher variance compared to model1.
Increasing the value of C allowed model2 to penalize misclassification errors more strongly.
model1 must always perform better on the test set because it has lower training accuracy.
The gamma parameter has no effect because the kernel is already set to 'rbf'.