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. Practical decision tree learning algorithms are based on heuristics.
2. Consider the figure. If person A starts driving at 8:30 AM and there are no other vehicles on the road, and another person B starts driving at 10 AM and there is an accident on the road, what will be the commute time of A and B respectively?

3. Categorical Variable Decision tree has a categorical target variable.
4. Which of the following is not a Decision tree algorithm?
5. Which of the following statements is not true about Pruning?
6. Which of the following statements is not true about the Regression trees?
7. Linear regression is a global model.
8. Which of the following statements is not true about Information Gain?
9. Pre pruning is also known as online pruning.
10. Which of the following statements is not true about the Regression trees?
11. Which of the following statements is not true about the Random forests?
12. Which of the following statements is not true about Reduced error pruning?
13. In the ID3 algorithm the returned tree will usually be very large.
14. Which of the following statements is not an objective of Information Gain?
15. A Regression tree is built through a process known as binary recursive partitioning.
16. Which of the following statements is not true about Random forests?
17. Which of the following statements is not true about Random forests?
18. There is a direct relationship between the number of trees in the random forest and the results.
19. Which of the following statements is not true about the ID3 algorithm?
20. Which of the following statements is not true about Information Gain?
21. Which of the following statements is not true about Information Gain?
22. Which of the following statements is not true about reducing a real valued feature problem into binary feature?
23. Which of the following statements is not true about the Decision tree?
24. Which of the following is expressed by the given equation Y = β0 + β1X + Ɛ which shows a real-valued dependent variable Y is modeled as function of a real-valued independent variable X plus noise?
25. Which of the following statements is not an advantage of Reduced error pruning?