Services
Discover
Homeschooling
Ask a Question
Log in
Sign up
Filters
Done
Question type:
Essay
Multiple Choice
Short Answer
True False
Matching
Topic
Business
Study Set
Business Analytics
Quiz 10: Supervised Data Mining: Decision Trees
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Question 21
Multiple Choice
Using the following chart for age and income, determine the split points for income.
Question 22
Multiple Choice
Which is not a purpose of running classification and regression trees (CART) ?
Question 23
Multiple Choice
If the RMSE for the validation set is 56.91 and the RMSE for the test set is 55.39, then what range will the new data RMSE lie in?
Question 24
Multiple Choice
If the RMSE for the validation set is 58.78 and the RMSE for the test set is 57.12, then what range will the new data RMSE lie in?
Question 25
Multiple Choice
A regression tree was developed to predict customer spending for a hotel during football season. One of the leaf nodes consists of six cases in the training set with the following values: 312.00, 350.00, 285.00, 295.00, 423.00, 249.00. What is the predicted spending amount on a hotel for the night for a customer that falls into this leaf node?
Question 26
Multiple Choice
A regression tree was developed to predict customer spending for a hotel during football season. One of the leaf nodes consists of six cases in the training set with the following values: 312.00, 350.00, 285.00, 295.00, 380.00, 220.00. What is the predicted spending amount on a hotel for the night for a customer that falls into this leaf node?
Question 27
Multiple Choice
When using the CART algorithm, the Gini index is used in the classification tree, however in a regression tree, _____ is used to measure impurity.
Question 28
Multiple Choice
Using the following sample of a regression prune log, the minimum error tree is decision node # 19 with a standard error of 4.689492 (not shown) . Using the information provided, which decision node number represents the best-pruned tree?
Question 29
Multiple Choice
The following table reflects a partial Analytic Solver's Performance measure for a hotel cost during an NFL game night. What is the MAD implying?
Question 30
Multiple Choice
The following table reflects a partial Analytic Solver's Performance measure for a hotel cost during an NFL game night. What is the MAD implying?
Question 31
Multiple Choice
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)