+1 vote
in Machine Learning by
What do you understand by Decision Tree in Machine Learning?

1 Answer

0 votes
by

Decision Trees can be defined as the Supervised Machine Learning, where the data is continuously split according to a certain parameter. It builds classification or regression models as similar as a tree structure, with datasets broken up into ever smaller subsets while developing the decision tree. The tree can be defined by two entities, namely decision nodes, and leaves. The leaves are the decisions or the outcomes, and the decision nodes are where the data is split. Decision trees can manage both categorical and numerical data.

Related questions

+3 votes
asked May 30, 2022 in Data Science by sharadyadav1986
+2 votes
asked May 28, 2021 in Data Science by sharadyadav1986
...