Skip to content

jacobbrunson/PythonID3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ID3 Decision Tree Learning Algorithm

To run:

python main.py <training_file> <testing_file> <max_training_instances>

e.g. python main.py training_data/train.dat training_data/test.dat 800

Unit Tests:

python unit_tests.py

About

A Python implementation of the ID3 decision tree algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages