In a Decision Tree, the leaf node represents a
Predictor variable
Response variable.
Answers
Answered by
0
Answer:
Response variable
Explanation:
Response variable
Answered by
0
The correct answer is OPTION B: Response Variable
- A Decision Tree is a supervised and immensely valuable Machine Learning technique in which each node represents a predictor variable, the link between the nodes represents a Decision, and each leaf node represents the response variable.
- Here are some compelling reasons to use a Decision Tree:
- It's often considered to be the most understandable and interpretable Machine Learning algorithm.
- It can be used to address classification and regression difficulties.
- Unlike most Machine Learning algorithms, it works well with non-linear data.
- Building a Decision Tree is a rapid process because it just employs one feature per node to segment the data.
Similar questions