Skip to content

rajtulluri/Decision-Tree-Algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Decision-Tree-Algorithm

A basic Decision Tree algorithm implemented from scratch in Python
Decision trees learn rules, as they split data by columns, so as to classify a data point. The python code in this repo, contains a basic implementation using a BTree. The split criterion used here is the Information Gain. The dataset used in the code is the common Golf dataset.

About

A basic Decision Tree algorithm implemented from scratch in Python

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages