InferDT
Decision Tree Algorithm
This C++ project provides an implementation of decision tree algorithms for classification tasks
The code of AAAI20 paper "Efficient Inference of Optimal Decision Trees"
7 stars
2 watching
5 forks
Language: C++
last commit: over 4 years ago
Linked from 1 awesome list
classification-algorithmdecision-tree-classifiermachine-learningoptimal-decision-trees
Related projects:
Repository | Description | Stars |
---|---|---|
aia-uclouvain/pydl8.5 | An algorithm for inferring optimal binary decision trees in C++ and wrapped by a Python interface | 61 |
doubleplusplus/incremental_decision_tree-cart-random_forest | An implementation of incremental decision tree algorithms and ensemble methods for efficient machine learning on streaming data | 100 |
bensadeghi/decisiontree.jl | A Julia package implementing popular machine learning algorithms | 8 |
serengil/chefboost | A Python library providing a lightweight framework for building decision trees with categorical feature support | 460 |
sjia1/odt-with-noisy-outcomes | An implementation of an optimal decision tree algorithm with noisy outcomes, specifically tailored to simulate real-world decision-making under uncertainty | 0 |
xiyanghu/osdt | A Python implementation of an algorithm for constructing decision trees with regularization and various bounding functions to accelerate the search process. | 100 |
kaurao/hddt | An R implementation of Hellinger distance decision tree algorithm. | 10 |
vanbantruong/faht | A Java implementation of a fairness-aware decision tree classifier for online stream-based classification | 8 |
igrigorik/decisiontree | An implementation of the ID3 algorithm for building decision trees | 1,439 |
greenfish77/gaenari | A C++ library implementing incremental decision tree learning with support for concept drift and online learning to improve model accuracy over time. | 25 |
xtra-computing/simfl | A C++ implementation of a federated learning algorithm for decision trees, enabling multiple parties to jointly learn from their private data without sharing it. | 18 |
johnstonskj/rml-decisiontrees | An implementation of decision trees for classification in Racket machine learning. | 4 |
springdaisy/gbdt | An implementation of Gradient Boosted Decision Trees with sparse output for high-dimensional data | 0 |
zdanielsresearch/hellingertreesmatlab | Implementation of Hellinger Distance Decision Trees and Forests for binary decision problems with imbalanced data and numeric attributes. | 1 |
guanghelee/iclr20-locally-constant-nets | Develops decision trees from derivatives of ReLU networks to improve model interpretability and robustness | 21 |