Home > Machine Learning 101 > Quizzes > Machine Learning 101 Practice Test: Decision Trees
Machine Learning 101 Practice Test: Decision Trees
Fast practice, instant feedback. Timer auto-submits when time’s up.
Avg score: 18% Most missed: “Which of the following is expressed by the given equation Y = β0 + β1X + Ɛ which…”
Quiz on important decision trees concepts including decision tree pruning, inductive bias, classification trees, regression trees, and the powerful Random Forest algorithm.   Decision trees are a type of machine learning algorithm that split a dataset based on specific parameters until a final decision is made. They are one of the most easily explainable types of machine learning models.  Here are some basics about decision trees: Pruning: A technique that simplifies decision trees by reducing the rules. This helps to avoid complexity and improves accuracy. Splitting: Decision trees... Show more
Machine Learning 101 Practice Test: Decision Trees
Time left 00:00
25 Questions

1. Given the table which shows the abstract details of players who play a particular game on various days according to the weather conditions. The standard deviation of players is 6.58. What is the Standard deviation reduction for Temperature?
2. Which of the following statements is not true about Reduced error pruning?
3. Which of the following statements is not true about the Decision tree?
4. In a splitting rule at internal nodes of the tree based on thresholding the value of a single feature, it follows that a tree with k leaves can shatter a set of k instances.
5. Which of the following statements is not true about the Regression trees?
6. Which of the following statements is not true about Information Gain?
7. Preference bias is also known as search bias.
8. Which of the following statements is not true about the Regression trees?
9. Which of the following statements is not true about the Decision tree?
10. According to Occam’s Razor, which of the following statements is not favorable to short hypotheses?
11. Consider the example, number of corrected mis – classifications at a particular node, n'(t) = 15.5, and number of corrected mis – classifications for sub – tree, n'(Tt) = 12. N(t) is the number of training set examples at node t and it is equal to 35. Here the tree should be pruned.
12. Pre pruning is also known as online pruning.
13. Given the entropy for a split, Esplit = 0.39 and the entropy before the split, Ebefore = 1. What is the Information Gain for the split?
14. In Classification trees the value obtained by terminal node in the training data is the mode of observations falling in that region.
15. Information Gain and Gini Index are the same.
16. Which of the following statements is not true about the Regression trees?
17. Which of the following statements is not true about Information Gain?
18. What does the following figure represent?

19. Which of the following statements is not true about Random forests?
20. Consider we have a set of data with 3 classes, and we have observed 20 examples of which the greatest number 15 is in class c. If we predict that all future examples will be in class c, what is the expected error rate without pruning?
21. Categorical Variable Decision tree has a categorical target variable.
22. Which of the following statements is not true about CART?
23. Post pruning is also known as backward pruning.
24. Which of the following is not a Decision tree algorithm?
25. Consider we have a set of data with 3 classes, and we have observed 20 examples of which the greatest number 15 is in class c. If we predict that all future examples will be in class c, what is the expected error rate using minimum error pruning?