1 write to TreeDropFraction
Microsoft.ML.Samples (1)
Dynamic\Trainers\MulticlassClassification\LightGbmWithOptions.cs (1)
35
TreeDropFraction
= 0.15,
4 references to TreeDropFraction
Microsoft.ML.LightGbm (4)
LightGbmArguments.cs (4)
251
NameMapping.Add(nameof(
TreeDropFraction
), "drop_rate");
298
Contracts.CheckUserArg(options.
TreeDropFraction
> 0 && options.
TreeDropFraction
< 1, nameof(options.
TreeDropFraction
), "must be in (0,1).");