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.

GitHub

379 stars
18 watching
58 forks
Language: C++
last commit: over 4 years ago
Linked from 2 awesome lists

decision-forestdecision-treesensemble-modelkagglemachine-learningmlregularized-greedy-forestrgf

Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
ryanbressler/cloudforestA high-performance ensemble learning framework for decision trees in Go.740
doubleplusplus/incremental_decision_tree-cart-random_forestAn implementation of incremental decision tree algorithms and ensemble methods for efficient machine learning on streaming data100
bensadeghi/decisiontree.jlA Julia package implementing popular machine learning algorithms8
ikki407/stackingA Python library implementing Stacked Generalization (Ensemble Learning) for combining multiple machine learning models to improve prediction accuracy.222
mljs/random-forestA JavaScript implementation of a random forest algorithm for classification and regression tasks.61
serengil/chefboostA Python library providing a lightweight framework for building decision trees with categorical feature support463
johnstonskj/rml-decisiontreesAn implementation of decision trees for classification in Racket machine learning.4
tensorflow/decision-forestsProvides tools and APIs for training, serving, and interpreting decision forest models in TensorFlow.666
flennerhag/mlensA Python library for building and training ensemble machine learning models849
eliavw/mercs-v5An implementation of a multi-directional ensemble learning method for classification and regression tasks using decision trees4
vidalt/ba-treesTransforms random forests into minimal-size trees with the same prediction function across the entire feature space.64
igrigorik/decisiontreeAn implementation of the ID3 algorithm for building decision trees1,438
florentavellaneda/inferdtThis C++ project provides an implementation of decision tree algorithms for classification tasks7
masatoi/cl-random-forestAn implementation of Random Forest for multiclass classification and univariate regression in Common Lisp.60
ehrlinger/ggrandomforestsA package for visualizing and analyzing random forest models using ggplot2146