1 instantiation of GossBooster
Microsoft.ML.LightGbm (1)
LightGbmArguments.cs (1)
338internal 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), 19typeof(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)
33Booster = new GossBooster.Options
Dynamic\Trainers\Regression\LightGbmWithOptions.cs (1)
43Booster = new Microsoft.ML.Trainers.LightGbm.GossBooster.Options()
Dynamic\Trainers\Regression\LightGbmWithOptionsAdvanced.cs (1)
49Booster = new GossBooster.Options()