6 references to LightGbmBinary
Microsoft.ML.AutoML (4)
EstimatorType.cs (1)
58
case EstimatorType.
LightGbmBinary
:
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
);