Answer Posted / Afak Khan
Decision Tree Classification is a popular machine learning algorithm used for both categorical and continuous data. It constructs a tree-like model 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.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers