Exam 10: Supervised Data Mining: Decision Trees

arrow
  • Select Tags
search iconSearch Question
  • Select Tags

In a decision tree, the recursive process of partitions continues and only terminates when the Gini index reaches 0.5.

(True/False)
5.0/5
(33)

Small changes in the training set, while using the CART algorithm, will result in drastically different trees.

(True/False)
4.7/5
(33)

In a random forest model, as a guideline the user needs to select a number of the random features for each tree. If there are 196 predictor variables in the data, each tree will randomly select how many features to be included in the tree?

(Multiple Choice)
4.9/5
(29)

In R, to determine the number of splits in the default classification tree, the rpart function uses what to determine when to stop growing the tree?

(Multiple Choice)
4.8/5
(42)

Ensemble tree models combine multiple single-tree models to reduce the variation in prediction error. Of the strategies, which may lead to overfitting?

(Multiple Choice)
4.8/5
(38)

A subset with the highest degree of impurity is when a 50% and 50% split occur between classes.

(True/False)
4.8/5
(41)

Robin wanted to know if the age partition chosen for her data was the best fit for her 20 case, 90% Class 1, 10% Class 0 partition. She completed the Gini impurity index with the results of (Age < 32) = 0.2312 and (Age \ge 32) = 0.2934. What is the weighted combination and what did partition at Age 32 produce?

(Multiple Choice)
4.9/5
(35)

Using the following chart for age and income, determine the split points for income. Using the following chart for age and income, determine the split points for income.

(Multiple Choice)
4.9/5
(44)

When using the CART algorithm, the Gini index is used in the classification tree, however in a regression tree, _____ is used to measure impurity.

(Multiple Choice)
4.7/5
(35)

If 73% of the cases belong to Class 0 and 27% belong to Class 1, what is the Gini index?

(Multiple Choice)
4.8/5
(39)

When generating a single regression tree visually, the prp function is used. Based on the following example code, what does setting type = 1 mean? >prp(default_tree, type = 1, extra = 1, under = TRUE)

(Multiple Choice)
4.9/5
(52)
Showing 41 - 51 of 51
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)