adspace


Discuss decision tree algorithm?

Answer Posted / Neeraj Prajapati

Decision trees are a popular machine learning algorithm used for both classification and regression tasks. They work by recursively partitioning the data space into regions, each represented by a leaf node, based on the most informative feature at each step. The final prediction is made by traversing the tree from the root to the corresponding leaf node based on the input features.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

No New Questions to Answer in this Category !!    You can

Post New Questions

Answer Questions in Different Category