Machine Learning - Study Mode
[#251] Which of the following can be true for selecting base learners for an ensemble? 1. Different learners can come from same algorithm with different hyper parameters 2. Different learners can come from different algorithms 3. Different learners can come from different training spaces
Correct Answer
(D) 1, 2 and 3
(H) 1, 2 and 3
[#252] In SVM, Kernel function is used to map a lower dimensional data into a higher dimensional data.
Correct Answer
(A) TRUE
(C) TRUE
[#253] You've just finished training a decision tree for spam classification, and it is getting abnormally bad performance on both your training and test sets. You know that your implementation has no bugs, so what could be causing the problem?
Correct Answer
(A) your decision trees are too shallow.
(E) your decision trees are too shallow.
[#254] Point out the wrong statement.
Correct Answer
(C) least squares is not an estimation tool
(G) least squares is not an estimation tool
[#255] . . . . . . . .xa0which can accept a NumPy RandomState generator or an integer seed.
Correct Answer
(B) random_state
(F) random_state