1.

What do you mean by decision tree

Answer» Decision tree\xa0is the most powerful and popular tool for\xa0classification\xa0and prediction. A\xa0Decision tree\xa0is a flowchart like\xa0tree\xa0structure, where each internal node denotes a test on an attribute, each branch represents an outcome of the test, and each leaf node (terminal node) holds a\xa0class\xa0label.


Discussion

No Comment Found