Development Guide

    Path Description
    ./include Header files
    ./include/utils Some common functions
    ./src/application Implementations of training and prediction logic
    ./src/boosting Implementations of Boosting
    ./src/io Implementations of IO relatived classes, including , Config, Dataset, DatasetLoader, Feature and Tree
    ./src/metric Implementations of metrics
    ./src/network Implementations of network functions
    ./src/objective Implementations of objective functions
    ./src/treelearner Implementations of tree learners

    Refer to docs README.

    See the implementations at and R-package.

    Also feel free to open if you met problems.