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