2 references to _lightGbmBoosterParamNames
Microsoft.ML.AutoML (2)
TrainerExtensions\TrainerExtensionUtil.cs (2)
92
var boosterParams = sweepParams.Where(p =>
_lightGbmBoosterParamNames
.Contains(p.Name));
170
var boosterParams = sweepParams.Where(p =>
_lightGbmBoosterParamNames
.Contains(p.Name));