Skip to content

neil1023/decision-tree-computations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Decision Tree Computations

Just a simple set of scripts I needed in order to compute the information gain of each attribute within a table containing training data. Thought I would share it with the world in case anyone else needs to compute these values. I used python 3.5. This is for the ID3 algorithm and it's only for one binary class.

About

Simple scripts for computing information gains of attributes in a training table.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages