1 instantiation of CustomProperty
Microsoft.ML.AutoML (1)
TrainerExtensions\TrainerExtensionUtil.cs (1)
174var boosterCustomProp = new CustomProperty("GradientBooster.Options", boosterProps);
2 references to CustomProperty
Microsoft.ML.AutoML (2)
TrainerExtensions\TrainerExtensionUtil.cs (2)
174var boosterCustomProp = new CustomProperty("GradientBooster.Options", boosterProps); 230var treeProps = ((CustomProperty)props[LightGbmBoosterPropName]).Properties;