6 references to LightGbmBinary
Microsoft.ML.AutoML (3)
TrainerExtensions\TrainerExtensionCatalog.cs (1)
25{ TrainerName.LightGbmBinary, typeof(LightGbmBinaryExtension) },
TrainerExtensions\TrainerExtensionUtil.cs (2)
198if (trainerName == TrainerName.LightGbmBinary || trainerName == TrainerName.LightGbmMulti || 310return TrainerName.LightGbmBinary;
Microsoft.ML.AutoML.Tests (1)
TrainerExtensionsTests.cs (1)
325var binaryParams = TrainerExtensionUtil.BuildParameterSet(TrainerName.LightGbmBinary, props);
Microsoft.ML.CodeGenerator (2)
CodeGenerator\CSharp\CodeGenerator.cs (1)
28private static readonly HashSet<string> _lightGbmTrainers = new HashSet<string>() { TrainerName.LightGbmBinary.ToString(), TrainerName.LightGbmMulti.ToString(),
CodeGenerator\CSharp\TrainerGeneratorFactory.cs (1)
26case TrainerName.LightGbmBinary: