3 writes to TopRate
Microsoft.ML.Samples (3)
Dynamic\Trainers\BinaryClassification\LightGbmWithOptions.cs (1)
35
TopRate
= 0.3,
Dynamic\Trainers\Regression\LightGbmWithOptions.cs (1)
45
TopRate
= 0.3,
Dynamic\Trainers\Regression\LightGbmWithOptionsAdvanced.cs (1)
51
TopRate
= 0.3,
4 references to TopRate
Microsoft.ML.LightGbm (4)
LightGbmArguments.cs (4)
344
Contracts.CheckUserArg(options.
TopRate
> 0 && options.
TopRate
< 1, nameof(Options.
TopRate
), "must be in (0,1).");
346
Contracts.Check(options.
TopRate
+ options.OtherRate <= 1, "Sum of topRate and otherRate cannot be larger than 1.");