1 instantiation of GossBooster
Microsoft.ML.LightGbm (1)
LightGbmArguments.cs (1)
338
internal override BoosterParameterBase BuildOptions() => new
GossBooster
(this);
10 references to GossBooster
Microsoft.ML.LightGbm (7)
LightGbmArguments.cs (6)
18
[assembly: LoadableClass(typeof(
GossBooster
), typeof(
GossBooster
.Options),
19
typeof(SignatureLightGBMBooster),
GossBooster
.FriendlyName,
GossBooster
.Name)]
23
[assembly: EntryPointModule(typeof(
GossBooster
.Options))]
319
/// The options for <see cref="
GossBooster
"/>, used for setting <see cref="Booster"/>.
LightGbmTrainerBase.cs (1)
128
/// Available boosters are <see cref="DartBooster"/>, <see cref="
GossBooster
"/>, and <see cref="GradientBooster"/>.
Microsoft.ML.Samples (3)
Dynamic\Trainers\BinaryClassification\LightGbmWithOptions.cs (1)
33
Booster = new
GossBooster
.Options
Dynamic\Trainers\Regression\LightGbmWithOptions.cs (1)
43
Booster = new Microsoft.ML.Trainers.LightGbm.
GossBooster
.Options()
Dynamic\Trainers\Regression\LightGbmWithOptionsAdvanced.cs (1)
49
Booster = new
GossBooster
.Options()