Solved

Your Team Is Working on a Binary Classification Problem

Question 177

Multiple Choice

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

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions