GradientBooster Class

Definition

Gradient boosting decision tree.

public sealed class GradientBooster : Microsoft.ML.Trainers.LightGbm.BoosterParameterBase
type GradientBooster = class
    inherit BoosterParameterBase
Public NotInheritable Class GradientBooster
Inherits BoosterParameterBase
Inheritance
GradientBooster

Remarks

For details, please see gradient tree boosting.

Applies to