1 instantiation of GradientBooster
Microsoft.ML.LightGbm (1)
LightGbmArguments.cs (1)
218internal override BoosterParameterBase BuildOptions() => new GradientBooster(this);
13 references to GradientBooster
Microsoft.ML.AutoML (4)
SweepableEstimator\Estimators\LightGbm.cs (3)
23Booster = new GradientBooster.Options() 51Booster = new GradientBooster.Options() 79Booster = new GradientBooster.Options()
TrainerExtensions\TrainerExtensionUtil.cs (1)
89options.Booster = new GradientBooster.Options();
Microsoft.ML.LightGbm (8)
LightGbmArguments.cs (6)
14[assembly: LoadableClass(typeof(GradientBooster), typeof(GradientBooster.Options), 15typeof(SignatureLightGBMBooster), GradientBooster.FriendlyName, GradientBooster.Name)] 21[assembly: EntryPointModule(typeof(GradientBooster.Options))] 213/// The options for <see cref="GradientBooster"/>, used for setting <see cref="Booster"/>.
LightGbmTrainerBase.cs (2)
128/// Available boosters are <see cref="DartBooster"/>, <see cref="GossBooster"/>, and <see cref="GradientBooster"/>. 134internal IBoosterParameterFactory BoosterFactory = new GradientBooster.Options();
Microsoft.ML.Samples (1)
Dynamic\Trainers\Ranking\LightGbmWithOptions.cs (1)
37Booster = new GradientBooster.Options