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