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