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