Machine Learning - Study Mode
[#261] What is the approach of basic algorithm for decision tree induction?
Correct Answer
(A) greedy
(E) greedy
[#262] Can we extract knowledge without apply feature selection
Correct Answer
(A) Yes
(C) Yes
[#263] Suppose there are 25 base classifiers. Each classifier has error rates of e = 0.35. Suppose you are using averaging as ensemble technique. What will be the probabilities that ensemble of above 25 classifiers will make a wrong prediction? Note: All classifiers are independent of each other
Correct Answer
(B) 0.06
(F) 0.06
[#264] When the number of classes is large Gini index is not a good choice.
Correct Answer
(A) TRUE
(C) TRUE
[#265] Data used to build a data mining model.
Correct Answer
(A) training data
(E) training data