Skip to content

Generates and visualizes a decision tree model using a training data set by using the ID3 algorithm. Able to test accuracy of the model using test data set. Pruning and gain ratio feature included.

Notifications You must be signed in to change notification settings

jerryzhu94/DecisionTreeGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DecisionTreeGenerator

This application can develop a decision tree from a training data set containing categorical attributes and a class label. In the example below, Outlook, Temperature, Humidity, and Wind are the categorical attributes (inputs). PlayTennis is the class label (output). The objective is to create a decision tree so we can make predictions on what the class label (output) will be, given a set of categorical attribute values (inputs)

The decision tree below was modeled using the ID3 algorithm.

About

Generates and visualizes a decision tree model using a training data set by using the ID3 algorithm. Able to test accuracy of the model using test data set. Pruning and gain ratio feature included.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages