6 references to LightGbmBinary
Microsoft.ML.AutoML (4)
EstimatorType.cs (1)
58case EstimatorType.LightGbmBinary:
LightGbmBinary.cs (2)
20this.EstimatorType = EstimatorType.LightGbmBinary; 25this.EstimatorType = EstimatorType.LightGbmBinary;
Tuner\PipelineProposer.cs (1)
65{ EstimatorType.LightGbmBinary, 4.765 },
Microsoft.ML.AutoML.Tests (2)
SweepableEstimatorPipelineTest.cs (2)
62var e4 = new SweepableEstimator(CodeGen.EstimatorType.LightGbmBinary); 78var e4 = new SweepableEstimator(CodeGen.EstimatorType.LightGbmBinary);