c45-trees topic

List c45-trees repositories

chefboost

445
Stars
102
Forks
Watchers

A Lightweight Decision Tree Framework supporting regular algorithms: ID3, C4.5, CART, CHAID and Regression Trees; some advanced techniques: Gradient Boosting, Random Forest and Adaboost w/categorical...

scikit-learn-C4.5-tree-classifier

29
Stars
10
Forks
Watchers

A C4.5 tree classifier based on a zhangchiyu10/pyC45 repository, refactored to be compatible with the scikit-learn library.