2 writes to Sigmoid
Microsoft.ML.Tests (2)
TrainerEstimators\TreeEstimators.cs (2)
367
Sigmoid
= sigmoid
470
Sigmoid
= sigmoid, // Custom sigmoid value.
5 references to Sigmoid
Microsoft.ML.LightGbm (5)
LightGbmMulticlassTrainer.cs (5)
127
res[GetOptionName(nameof(
Sigmoid
))] =
Sigmoid
;
137
Contracts.CheckUserArg(options.
Sigmoid
> 0, nameof(Options.
Sigmoid
), "must be > 0.");
223
var cali = new PlattCalibrator(Host, -LightGbmTrainerOptions.
Sigmoid
, 0);