A Decision Tree is a way for the computer to make choices and sort things into groups.It asks yes-or-no questions about the data and follows a path to make a guess.The computer builds a Decision Tree by finding the best questions to ask.Step 1: Start with All the Data and sort them into 'Coming' or 'Not Coming' groups.