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 |
---|---|---|
| An algorithm for inferring optimal binary decision trees in C++ and wrapped by a Python interface | 62 |
| An implementation of incremental decision tree algorithms and ensemble methods for efficient machine learning on streaming data | 100 |
| A Julia package implementing popular machine learning algorithms | 8 |
| A Python library providing a lightweight framework for building decision trees with categorical feature support | 463 |
| An implementation of an optimal decision tree algorithm with noisy outcomes, specifically tailored to simulate real-world decision-making under uncertainty | 0 |
| A Python implementation of an algorithm for constructing decision trees with regularization and various bounding functions to accelerate the search process. | 101 |
| An R implementation of Hellinger distance decision tree algorithm. | 10 |
| A Java implementation of a fairness-aware decision tree classifier for online stream-based classification | 8 |
| An implementation of the ID3 algorithm for building decision trees | 1,438 |
| A C++ library implementing incremental decision tree learning with support for concept drift and online learning to improve model accuracy over time. | 26 |
| 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 |
| An implementation of decision trees for classification in Racket machine learning. | 4 |
| An implementation of Gradient Boosted Decision Trees with sparse output for high-dimensional data | 0 |
| Implementation of Hellinger Distance Decision Trees and Forests for binary decision problems with imbalanced data and numeric attributes. | 2 |
| Develops decision trees from derivatives of ReLU networks to improve model interpretability and robustness | 21 |