What do you understand by decision tree classification?
Answer Posted / Prashant Shukla
Decision tree classification is a type of machine learning algorithm that makes decisions by constructing a tree where each internal node represents a test on an attribute, each branch represents the outcome of the test, and each leaf node (terminal node) represents a class label. The tree is constructed to minimize impurity in the data.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers