3 references to LightGbmBoosterPropName
Microsoft.ML.AutoML (3)
TrainerExtensions\TrainerExtensionUtil.cs (3)
177props[LightGbmBoosterPropName] = boosterCustomProp; 229var parentProps = props.Where(p => p.Key != LightGbmBoosterPropName); 230var treeProps = ((CustomProperty)props[LightGbmBoosterPropName]).Properties;