Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.