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.