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 .

    See the implementations at Python-package and .

    Also feel free to open issues if you met problems.