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.
-
Notifications
You must be signed in to change notification settings - Fork 0
rajtulluri/Decision-Tree-Algorithm
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A basic Decision Tree algorithm implemented from scratch in Python
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published