4 references to CreateLightGbmBinary
Microsoft.ML.AutoML (1)
API\AutoCatalog.cs (1)
382
res.Add(SweepableEstimatorFactory.
CreateLightGbmBinary
(lgbmOption, lgbmSearchSpace ?? new SearchSpace<LgbmOption>(lgbmOption)));
Microsoft.ML.AutoML.Tests (3)
SweepableEstimatorPipelineTest.cs (2)
130
var lightGbm = SweepableEstimatorFactory.
CreateLightGbmBinary
(new LgbmOption());
142
var lightGbm = SweepableEstimatorFactory.
CreateLightGbmBinary
(new LgbmOption());
SweepablePipelineTests.cs (1)
62
pipeline = pipeline.Append(SweepableEstimatorFactory.
CreateLightGbmBinary
(lgbmOption), SweepableEstimatorFactory.CreateConcatenate(concatOption));