Regularized greedy forest (RGF) software in C++



Regularized greedy forest (RGF) is a tree ensemble learning method. With the code provided here, you can do the following: This program is free software issued under the GNU General Public License V3 .

Get started

To get started:
  1. Download the RGF code archive below and extract the contents.
  2. Prepare the executable following the instructions in README included in the code archive.
  3. Play with sample data going through the examples in the user guide [2].

Download

References

[1] Rie Johnson and Tong Zhang. Learning nonlinear functions using regularized greedy forest. arXiv:1109.0887, 2011.
[2] Regularized Greedy Forest Version1: User Guide (included in the code archive)