decision-tree-algorithm topic

List decision-tree-algorithm repositories

Python_Decision_Tree_and_Random_Forest

244
Stars
197
Forks
Watchers

I've demonstrated the working of the decision tree-based ID3 algorithm. Use an appropriate data set for building the decision tree and apply this knowledge to classify a new sample. All the steps have...

Decision_Tree_PDeque

35
Stars
10
Forks
Watchers

C++ code for "A Faster Drop-in Implementation for Leaf-wise Exact Greedy Induction of Decision Tree Using Pre-sorted Deque"