1 instantiation of DartBooster
Microsoft.ML.LightGbm (1)
LightGbmArguments.cs (1)
292
internal override BoosterParameterBase BuildOptions() => new
DartBooster
(this);
8 references to DartBooster
Microsoft.ML.LightGbm (7)
LightGbmArguments.cs (6)
16
[assembly: LoadableClass(typeof(
DartBooster
), typeof(
DartBooster
.Options),
17
typeof(SignatureLightGBMBooster),
DartBooster
.FriendlyName,
DartBooster
.Name)]
22
[assembly: EntryPointModule(typeof(
DartBooster
.Options))]
243
/// The options for <see cref="
DartBooster
"/>, 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 (1)
Dynamic\Trainers\MulticlassClassification\LightGbmWithOptions.cs (1)
33
Booster = new
DartBooster
.Options()