Wrapper methods are hyper-parameter selection methods that
A. should be used whenever possible because they are computationally efficient
B. should be avoided unless there are no other options because they are always prone to overfitting.
C. are useful mainly when the learning machines are "black boxes"
D. should be avoided altogether.
Answer: Option C
Solution(By Examveda Team)
Wrapper methods are hyper-parameter selection methods that involve training multiple models with different subsets of features and selecting the best subset based on performance metrics. They are particularly useful when the underlying learning algorithms are "black boxes," meaning their internal workings are not easily interpretable or understood.Option A is incorrect because wrapper methods can be computationally intensive since they involve training multiple models.
Option B is incorrect because whether wrapper methods are prone to overfitting depends on their implementation and the data.
Option D is incorrect because wrapper methods can be valuable in certain scenarios, especially when interpretability is not a primary concern.
Therefore, the correct answer is Option C: are useful mainly when the learning machines are "black boxes".
In simple term, machine learning is
A. training based on historical data
B. prediction to answer a query
C. both A and B
D. automization of complex tasks
Which of the following is the best machine learning method?
A. scalable
B. accuracy
C. fast
D. all of the above
The output of training process in machine learning is
A. machine learning model
B. machine learning algorithm
C. null
D. accuracy
Application of machine learning methods to large databases is called
A. data mining.
B. artificial intelligence
C. big data computing
D. internet of things
Join The Discussion