1 write to Sigmoid
Microsoft.ML.Tests (1)
TrainerEstimators\TreeEstimators.cs (1)
116
Sigmoid
= sigmoid
5 references to Sigmoid
Microsoft.ML.LightGbm (5)
LightGbmBinaryTrainer.cs (5)
186
res[GetOptionName(nameof(
Sigmoid
))] =
Sigmoid
;
196
Contracts.CheckUserArg(options.
Sigmoid
> 0, nameof(Options.
Sigmoid
), "must be > 0.");
258
var cali = new PlattCalibrator(Host, -LightGbmTrainerOptions.
Sigmoid
, 0);