Skip to content

Generates a decision tree based on training data cases. Uses the decision tree to predict outcome.

Notifications You must be signed in to change notification settings

leahjlou/decision-tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Decision Tree Creation

Generates a decision tree based on training data cases.

A sample file containing training cases is 'sampledata.txt', which contains training cases for a decision tree posing the question "should we play tennis today?" The target attribute, or outcome, must be the last 'column' of the training data, and the values must be positive or negative ('yes'/'no', 'true'/'false').

About

Generates a decision tree based on training data cases. Uses the decision tree to predict outcome.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages