Skip to content

Implements a ID3 Decision Tree to generate a decision tree that classifies input based on its attributes

Notifications You must be signed in to change notification settings

JosephChang1/ID3-Decision-Tree-Algorithm

Repository files navigation

ID3-Decision-Tree-Algorithm

Implements a ID3 Decision Tree to generate a decision tree that classifies input based on its attributes

Runs in Python (3.6.9) and numpy (1.19.5)

Use command line:

python3 main.py <training file> <testing file>

About

Implements a ID3 Decision Tree to generate a decision tree that classifies input based on its attributes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages