+1 vote
in Data Science by
Explain Decision Tree algorithm in detail.

1 Answer

0 votes
by

A decision tree is a supervised machine learning algorithm mainly used for Regression and Classification. It breaks down a data set into smaller and smaller subsets while at the same time an associated decision tree is incrementally developed. The final result is a tree with decision nodes and leaf nodes. A decision tree can handle both categorical and numerical data.

Related questions

+1 vote
asked Oct 1, 2021 in Data Science by Robin
+1 vote
asked Mar 10, 2021 in Machine Learning by SakshiSharma
...