Exam 10: Supervised Data Mining: Decision Trees
Exam 1: Introduction to Business Analytics44 Questions
Exam 2: Data Management and Wrangling46 Questions
Exam 3: Data Visualization and Summary Measures52 Questions
Exam 4: Probability and Probability Distributions50 Questions
Exam 5: Statistical Inference53 Questions
Exam 6: Regression Analysis53 Questions
Exam 7: Advanced Regression Analysis52 Questions
Exam 8: Introduction to Data Mining54 Questions
Exam 9: Supervised Data Mining: K-Nearest Neighbors and Naãve Bayes54 Questions
Exam 10: Supervised Data Mining: Decision Trees51 Questions
Exam 11: Unsupervised Data Mining53 Questions
Exam 12: Forecasting With Time Series Data53 Questions
Exam 13: Introduction to Prescriptive Analytics49 Questions
Select questions type
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 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. 

(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
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)