List of questions
Related questions
Question 234 - Professional Data Engineer discussion
Your team is working on a binary classification problem. You have trained a support vector machine (SVM) classifier with default parameters, and received an area under the Curve (AUC) of 0.87 on the validation set. You want to increase the AUC of the model. What should you do?
A.
Perform hyperparameter tuning
B.
Train a classifier with deep neural networks, because neural networks would always beat SVMs
C.
Deploy the model and measure the real-world AUC; it's always higher because of generalization
D.
Scale predictions you get out of the model (tune a scaling factor as a hyperparameter) in order to get the highest AUC
Your answer:
0 comments
Sorted by
Leave a comment first