Expand description
Builders for parameters that control various aspects of training.
Configuration is based on the documented XGBoost Parameters, see those for more details.
Parameters are generally created through builders that provide sensible defaults, and ensure that any given settings are valid when built.
Modules§
- dart
- BoosterParameters for controlling DART boosters.
- learning
- BoosterParameters for configuring learning objectives and evaluation metrics for all booster types.
- linear
- BoosterParameters for configuring linear boosters.
- tree
- BoosterParameters for controlling tree boosters.
Structs§
- Booster
Parameters - Parameters for training boosters.
Created using
BoosterParametersBuilder
. - Booster
Parameters Builder - Builder for
BoosterParameters
. - Training
Parameters - Parameters used by the
Booster::train
method for training new models. Created usingTrainingParametersBuilder
. - Training
Parameters Builder - Builder for
TrainingParameters
.
Enums§
- Booster
Type - Type of booster to use when training a Booster model.