BA-Trees
Tree transformer
Transforms random forests into minimal-size trees with the same prediction function across the entire feature space.
Born-Again Tree Ensembles: Transforms a random forest into a single, minimal-size, tree with exactly the same prediction function in the entire feature space (ICML 2020).
64 stars
4 watching
5 forks
Language: C++
last commit: over 1 year ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
| A JavaScript implementation of a random forest algorithm for classification and regression tasks. | 61 |
| An implementation of a multi-directional ensemble learning method for classification and regression tasks using decision trees | 4 |
| A Python library providing a lightweight framework for building decision trees with categorical feature support | 463 |
| An implementation of Random Forest for multiclass classification and univariate regression in Common Lisp. | 60 |
| A collection of implementations and wrappers for a tree ensemble machine learning method | 379 |
| A lightweight JavaScript library to generate SVG images of trees. | 17 |
| This C++ project provides an implementation of decision tree algorithms for classification tasks | 7 |
| An implementation of incremental decision tree algorithms and ensemble methods for efficient machine learning on streaming data | 100 |
| An implementation of a deep learning model for tree species classification from hyperspectral images | 120 |
| An implementation of a Random Forest algorithm for binary classification in JavaScript. | 300 |
| This project presents a novel approach to classification using Random Forests and stacking techniques | 6 |
| This project provides a Python implementation of a method to learn the structure of copulas using Monte Carlo Tree Search. | 5 |
| A high-performance ensemble learning framework for decision trees in Go. | 740 |
| A minimal B+Tree indexing structure implementation for efficient key-value storage | 1,866 |
| A fast implementation of random forests suitable for high-dimensional data in C++ | 780 |