0 votes
in Artificial Intelligence by
What is a Decision Tree Classification?

1 Answer

0 votes
by

A decision tree builds classification (or regression) models as a tree structure, with datasets broken up into ever-smaller subsets while developing the decision tree, literally in a tree-like way with branches and nodes. Decision trees can handle both categorical and numerical data. 

...