Decision Tree Template
About the Decision Tree Template
What is it?
A decision tree is a tool to support a decision using a tree-like model with each branch representing a possible decision or outcome.What's the purpose?
The purpose of a decision tree is used to layout various course of actions and their outcomes.
Who uses it?
Decision trees can be used in business, data analysis, or for any number of decision making scenarios.Best practices
Start with the overall objective/decision, identify each option then identify potential outcomes for each option. Get a more detailed look at how to make a decision tree with our handy step-by-step guide.