Skip to content

rishikaparashar/Decision-Tree-using-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Decision-Tree-using-Python

Implementing Decision Tree algorithm using Python (without Numpy and Sklearn libraries)

Run the following command on the prompt: python DTAlgo_Example.py 2 4 training_set.csv validation_set.csv test_set.csv yes -where 2 and 4 are values for L and K -yes/no is to print the tree or not

About

Implementing Decision Tree algorithm using Python (without Numpy and Sklearn libraries)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages