rgf
Tree ensemble library
A collection of implementations and wrappers for a tree ensemble machine learning method
Home repository for the Regularized Greedy Forest (RGF) library. It includes original implementation from the paper and multithreaded one written in C++, along with various language-specific wrappers.
379 stars
18 watching
58 forks
Language: C++
last commit: about 3 years ago
Linked from 2 awesome lists
decision-forestdecision-treesensemble-modelkagglemachine-learningmlregularized-greedy-forestrgf
Related projects:
Repository | Description | Stars |
---|---|---|
| A high-performance ensemble learning framework for decision trees in Go. | 740 |
| 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 implementing Stacked Generalization (Ensemble Learning) for combining multiple machine learning models to improve prediction accuracy. | 222 |
| A JavaScript implementation of a random forest algorithm for classification and regression tasks. | 61 |
| A Python library providing a lightweight framework for building decision trees with categorical feature support | 463 |
| An implementation of decision trees for classification in Racket machine learning. | 4 |
| Provides tools and APIs for training, serving, and interpreting decision forest models in TensorFlow. | 666 |
| A Python library for building and training ensemble machine learning models | 849 |
| An implementation of a multi-directional ensemble learning method for classification and regression tasks using decision trees | 4 |
| Transforms random forests into minimal-size trees with the same prediction function across the entire feature space. | 64 |
| An implementation of the ID3 algorithm for building decision trees | 1,438 |
| This C++ project provides an implementation of decision tree algorithms for classification tasks | 7 |
| An implementation of Random Forest for multiclass classification and univariate regression in Common Lisp. | 60 |
| A package for visualizing and analyzing random forest models using ggplot2 | 146 |