Podcast
Questions and Answers
What is the target variable y's values in the dataset?
What is the target variable y's values in the dataset?
- 0, 1, and 2
- 0 and 1 (correct)
- 1 and 2
- True and False
What method is used to find the best split in a decision tree?
What method is used to find the best split in a decision tree?
- Minimizing the entropy gain
- Minimizing the information gain
- Maximizing the entropy gain (correct)
- Maximizing the information gain
How many instances and features are there in the small dataset used?
How many instances and features are there in the small dataset used?
- 7 instances and 4 features
- 5 instances and 6 features
- 4 instances and 7 features
- 6 instances and 5 features (correct)
What type of problem is the dataset used for?
What type of problem is the dataset used for?
What happens if a data sample satisfies the condition at a decision node in a decision tree?
What happens if a data sample satisfies the condition at a decision node in a decision tree?