🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

How to read the decision tree

User: "tonyboy9"
Altair Community Member
Updated by Jocelyn
In Studio, under File, New process, Learn, 2. Modeling.
Using the Titanic training data set, the decision tree is 
built, with the Explanation: 
From our resulting decision-tree, we can clearly see that survival was not coincidental at all. In fact, it tells us that as a female passenger, with a small family, you were really lucky - at least if you were holding an expensive ticket!
In the screen shot, how do you read the decision tree to tell you all that?

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "Telcontar120"
    New Altair Community Member
    Accepted Answer
    It is a terminal node, which contains a prediction (in this case "Yes") and also a numerical confidence for that prediction based on the count of records in each class at that node.  If you look at the DT model output in RapidMiner in the list view instead of the graphical view, this is a bit clearer.