https://github.com/fabritsius/decision-tree-classifier
Handmade Decision Tree Classifier
https://github.com/fabritsius/decision-tree-classifier
classifier decision-tree-classifier diy machine-learning python python3
Last synced: 6 months ago
JSON representation
Handmade Decision Tree Classifier
- Host: GitHub
- URL: https://github.com/fabritsius/decision-tree-classifier
- Owner: fabritsius
- License: mit
- Created: 2018-02-28T19:14:30.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-05-31T17:57:12.000Z (over 6 years ago)
- Last Synced: 2025-05-18T10:08:05.623Z (8 months ago)
- Topics: classifier, decision-tree-classifier, diy, machine-learning, python, python3
- Language: Python
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Decision Tree Classifier
This Handmade Decision Tree Classifier was inspired by [this](https://www.youtube.com/watch?v=T5pRlIbr6gg) video.
There is only one reason why it is better than what scikit-learn includes, and it is the fact that I made it myself.
This reason may have smaller importance for you, so feel free to use any other implementation of such classifier.
This code wasn't tested properly, but is supposed to work anyway.