+3 votes
in Data Science by
Discuss Decision Tree algorithm

1 Answer

0 votes
by

A decision tree is a popular supervised machine learning algorithm. It is mainly used for Regression and Classification. It allows breaks down a dataset into smaller subsets. The decision tree can able to handle both categorical and numerical data.

...