Purpose

The goal of this assignment was to create an application that would take factual data, and create a decision tree that can be used to make a decision. The data is divided into two groups at random, half is used to train the decision tree, and half is used to test the decision tree. Assorted data was provided to test the process.

Decision Trees

A decision tree can be used to assist in making a decision. The root of a tree is a question and each branch a potential answer. In other words, an automatically generated flow chart.

Decision Tree: