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