Machine LearningSupervised Learning

Decision Tree

Overview

A tree-structured model where internal nodes represent feature tests, branches represent outcomes, and leaves represent predictions.

More in Machine Learning