Exploring a decision tree visualization
A decision tree visualization is used to illustrate how underlying data predicts a chosen target and highlights key insights about the decision tree.
About this task
The predictive strength of a decision tree determines the degree to which the decisions represented by each branch that is shown in the tree, predicts the value of the target.
Decision trees have a single target. If the target field of the decision tree is continuous, then the key insight indicators highlight unusually high or low groups. If the target field of the decision tree is categorical, then the key insight is the mode of the node. The mode of the node is the most frequently occurring category or categories of the target field within the group.
To improve performance, due to number of rows in the data source, the analysis is based on a representative sample of the entire data.
- If you want to see all the drivers, use either the Tree diagram tab or the Rules tab.
- If you want to focus on key drivers, use the Tree sunburst tab.
To edit or add key drivers, click the on the target field.
Insights are different depending on the type of your target. If you are predicting a continuous measure, for example income, age, or profit, then the decision tree shows within the node the average value of the target given the conditions so far within the group that is represented by the node. For example, if you have a tree that is predicting income and you have a branch that has gender and then city. If you follow the path from male to Chicago, then the value that is in the Chicago node, is the average income of males in Chicago.