Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.

Result training on decision training. Can someone explain the result for me

Ab2002Ab2002 Member Posts: 1 Learner I

Answers

  • BalazsBaranyBalazsBarany Administrator, Moderator, Employee, RapidMiner Certified Analyst, RapidMiner Certified Expert Posts: 955 Unicorn
    Hi!

    This is a decision tree built on the Titanic dataset.

    The algorithm went through the data and decided that for the first split, the Sex attribute was the most appropriate, as it found that the value Female lead to a large percentage of correctly predicted examples. You can see the number of examples affected by this decision when you hover the mouse pointer over the box with the Yes or No label.

    For Sex=Male, new rules have been found by repeatedly splitting the data using the same algorithm. This gave you a decision tree that classifies data by going through a list of decisions. If you had a second Titanic and sank it, you could use this tree to predict the survival of passengers.

    The Age = ? decision is an indicator that you have missing data (indicated with ? here) in your example set, and that a rule using this property was found: If the age is missing, more people didn't survive. 

    Regards,
    Balázs
Sign In or Register to comment.