Skip to content

raxshah/Decision-Tree-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

Decision Tree in Python

In this repo, I have developed binary decision tree from scratch using Python.

Everything has been developed from scratch. No packages have been used to buid decision tree.

  1. Implemented the decision tree of given depth size.
  2. Implemented performance matrix calculation for each depth

Limitation

  1. It will work when all the attributes are categorical
  2. It will work for Binary classifier only

About

Decision Tree with given depth in python from scratch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages