Skip to main content

Module tree

Module tree 

Source
Expand description

Tree learners used across the project.

classifier and regressor are the first-order learners used directly by decision trees and random forests. second_order is the gradient/hessian- driven learner used by gradient boosting.

Modulesยง

classifier
Classification tree learners.
regressor
First-order regression tree learners.
second_order
Second-order regression tree learner used by gradient boosting.