← All glossary terms
Glossary

Decision tree

GlossaryBy OpenCharts TeamPublished

A decision tree is a tree-shaped diagram that maps a sequence of choices and their possible outcomes, used for decision support, classification, and policy documentation.

In depth

Decision trees can be informal (a manager's playbook for handling support tickets) or formal (a machine-learning classification tree). The structure is the same: a root question, branches representing alternatives, and leaves representing outcomes or final classifications.

Branches can be binary (yes/no), multi-way, or weighted by probability. Modern decision-tree tools attach metadata to each node — risk score, owner, regulatory note — so the tree doubles as policy documentation.

OpenCharts AI builds editable decision trees from a question or policy document. Each node supports an attached data table for risk scores, owners, and notes, and the result can be published as a public share link or embedded in help docs.

Examples

  • Loan approval flow
  • Customer support tier routing
  • Medical triage protocol
  • Eligibility checks for a benefits program

Also known as

decision diagramclassification tree

Want to put this concept to work in OpenCharts?

Build a decision tree

Related terms

Related use cases