3 writes to UseSoftmax
Microsoft.ML.Tests (3)
OnnxConversionTest.cs (1)
1677new LightGbmMulticlassTrainer.Options { UseSoftmax = true }));
TrainerEstimators\TreeEstimators.cs (2)
345UseSoftmax = softMax 469UseSoftmax = useSoftmax,
3 references to UseSoftmax
Microsoft.ML.LightGbm (3)
LightGbmMulticlassTrainer.cs (3)
342if (LightGbmTrainerOptions.UseSoftmax.HasValue) 343useSoftmax = LightGbmTrainerOptions.UseSoftmax.Value; 349ch.Info("Auto-tuning parameters: " + nameof(LightGbmTrainerOptions.UseSoftmax) + " = " + useSoftmax);