What do you understand by decision tree in machine learning?
Answer Posted / Kalpana
A Decision Tree is a popular machine learning algorithm used for both classification and regression tasks. It works by recursively partitioning the feature space into regions (leaves) based on the value of the features, with each internal node representing a test on one of the features.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers