Which of the following statements is not true about the Decision tree?

Which of the following statements is not true about the Decision tree? Correct Answer It can be applied on binary classification problems only

Decision trees can be also used for other prediction problems and not only for binary classification problems. So it is a predictor that predicts the label associated with an instance by traveling from a root node of a tree to a leaf. The successor child is chosen on the basis of a splitting of the input space and is based on one of the features or on a predefined set of splitting rules.

Related Questions