206k views
3 votes
A decision tree algorithm works by splitting a dataset in order to build a model that successfully classifies each record in terms of a target field or variable.

True / False.

1 Answer

3 votes

Answer:

The answer is True.

Step-by-step explanation:

A decision tree, usually, always begins with a single node and then branches into possible outcomes. Each of these results creates additional nodes, which branch into other established possibilities. This gives a shape similar to that of a tree.

User Mohammad Rajob
by
9.2k points