ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 234 - Professional Data Engineer discussion

Report
Export

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
Answers
A.
Perform hyperparameter tuning
B.
Train a classifier with deep neural networks, because neural networks would always beat SVMs
Answers
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
Answers
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
Answers
D.
Scale predictions you get out of the model (tune a scaling factor as a hyperparameter) in order to get the highest AUC
Suggested answer: A

Explanation:

https://towardsdatascience.com/understanding-hyperparameters-and-its-optimisation-techniquesf0debba07568

asked 18/09/2024
Youssef El Akhal
39 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first