Skip to content

Decision tree made to classify people into "got into IvyLeague" or "did not get into IvyLeague" based on 7 attrbutes

Notifications You must be signed in to change notification settings

grantnicholas/decisiontree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

decisiontree.py

Run it with: python decisiontree.py <filename> <#examplesintrainingset> <#trials> <verbose>

ie) python decisiontree.py IvyLeague.txt 40 10 1

verbose(0/1): toggle showing extra information for each trial

About

Decision tree made to classify people into "got into IvyLeague" or "did not get into IvyLeague" based on 7 attrbutes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages