ryanmadden / decision-tree
C4.5 Decision Tree python implementation with validation, pruning, and attribute multi-splitting
☆83Updated 6 years ago
Alternatives and similar repositories for decision-tree:
Users that are interested in decision-tree are comparing it to the libraries listed below
- Implementation of C4.5 algorithm in python.☆59Updated 5 years ago
- A python implementation of C4.5 algorithm by R. Quinlan☆110Updated 3 years ago
- Stacked Generalization (Ensemble Learning)☆223Updated 7 years ago
- A KNN regressor that gives predictions based on customized loss function.☆42Updated 7 years ago
- My data mining code!☆184Updated 8 years ago
- Python implementation of CART regression tree and random forests