Module tree

Source
Expand description

BoosterParameters for controlling tree boosters.

Structs§

TreeBoosterParameters
BoosterParameters for Tree Booster. Create using TreeBoosterParametersBuilder.
TreeBoosterParametersBuilder
Builder for TreeBoosterParameters.

Enums§

GrowPolicy
Controls the way new nodes are added to the tree.
Predictor
The type of predictor algorithm to use. Provides the same results but allows the use of GPU or CPU.
ProcessType
A type of boosting process to run.
TreeBoosterParametersBuilderError
Error type for TreeBoosterParametersBuilder
TreeMethod
The tree construction algorithm used in XGBoost (see description in the reference paper).
TreeUpdater
Provides a modular way to construct and to modify the trees. This is an advanced parameter that is usually set automatically, depending on some other parameters. However, it could be also set explicitly by a user.