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