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

378 stars
18 watching
58 forks
Language: C++
last commit: almost 3 years ago
Linked from 2 awesome lists

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

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
ryanbressler/cloudforest A high-performance ensemble learning framework for decision trees in Go. 739
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
ikki407/stacking A Python library implementing Stacked Generalization (Ensemble Learning) for combining multiple machine learning models to improve prediction accuracy. 221
mljs/random-forest A JavaScript implementation of a random forest algorithm for classification and regression tasks. 61
serengil/chefboost A Python library providing a lightweight framework for building decision trees with categorical feature support 460
johnstonskj/rml-decisiontrees An implementation of decision trees for classification in Racket machine learning. 4
tensorflow/decision-forests Provides tools and APIs for training, serving, and interpreting decision forest models in TensorFlow. 660
flennerhag/mlens A Python library for building and training ensemble machine learning models 847
eliavw/mercs-v5 An implementation of a multi-directional ensemble learning method for classification and regression tasks using decision trees 4
vidalt/ba-trees Transforms random forests into minimal-size trees with the same prediction function across the entire feature space. 64
igrigorik/decisiontree An implementation of the ID3 algorithm for building decision trees 1,439
florentavellaneda/inferdt This C++ project provides an implementation of decision tree algorithms for classification tasks 7
masatoi/cl-random-forest An implementation of Random Forest for multiclass classification and univariate regression in Common Lisp. 59
ehrlinger/ggrandomforests A package for visualizing and analyzing random forest models using ggplot2 146