1 instantiation of GradientBooster
Microsoft.ML.LightGbm (1)
LightGbmArguments.cs (1)
218
internal override BoosterParameterBase BuildOptions() => new
GradientBooster
(this);
13 references to GradientBooster
Microsoft.ML.AutoML (4)
SweepableEstimator\Estimators\LightGbm.cs (3)
23
Booster = new
GradientBooster
.Options()
51
Booster = new
GradientBooster
.Options()
79
Booster = new
GradientBooster
.Options()
TrainerExtensions\TrainerExtensionUtil.cs (1)
89
options.Booster = new
GradientBooster
.Options();
Microsoft.ML.LightGbm (8)
LightGbmArguments.cs (6)
14
[assembly: LoadableClass(typeof(
GradientBooster
), typeof(
GradientBooster
.Options),
15
typeof(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
"/>.
134
internal IBoosterParameterFactory BoosterFactory = new
GradientBooster
.Options();
Microsoft.ML.Samples (1)
Dynamic\Trainers\Ranking\LightGbmWithOptions.cs (1)
37
Booster = new
GradientBooster
.Options