Machine Learning - Study Mode
[#246] Which among the following statements best describes our approach to learning decision trees
Correct Answer
(B) identify the best approximation of the above by the greedy approach (to identifying the partitions)
(F) identify the best approximation of the above by the greedy approach (to identifying the partitions)
[#247] Which of the following techniques would perform better for reducing dimensions of a data set?
Correct Answer
(A) removing columns which have too many missing values
(E) removing columns which have too many missing values
[#248] . . . . . . . . can be adopted when it's necessary to categorize a large amount of data with a few complete examples or when there's the need to impose some constraints to a clustering algorithm.
Correct Answer
(B) Semi-supervised
(F) Semi-supervised
[#249] Binarize parameter in BernoulliNB scikit sets threshold for binarizing of sample features.
Correct Answer
(A) TRUE
(C) TRUE
[#250] Suppose we train a hard-margin linear SVM on n > 100 data points in R2, yielding a hyperplane with exactly 2 support vectors. If we add one more data point and retrain the classifier, what is the maximum possible number of support vectors for the new hyperplane (assuming the n + 1 points are linearly separable)?
Correct Answer
(D) n+1
(H) n+1