Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/parth-shastri/decisiontrees
The repository for decision tree based models. Including a decision tree from scratch.
https://github.com/parth-shastri/decisiontrees
Last synced: about 2 hours ago
JSON representation
The repository for decision tree based models. Including a decision tree from scratch.
- Host: GitHub
- URL: https://github.com/parth-shastri/decisiontrees
- Owner: parth-shastri
- Created: 2021-06-05T11:15:19.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-06-16T06:38:04.000Z (over 3 years ago)
- Last Synced: 2024-11-11T15:23:09.161Z (about 2 months ago)
- Language: Jupyter Notebook
- Size: 328 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# decisionTrees
The repository for decision tree based models. Including a decision tree from scratch.
Note : The decidion tree implemented from scratch is only for understanding purposes.
the reference is taken fromm the google ML recipies youtube video.Both regression as well as a Classification tree is implemented using the popular CART Algorithm.