9 writes to Booster
Microsoft.ML.AutoML (4)
SweepableEstimator\Estimators\LightGbm.cs (3)
23Booster = new GradientBooster.Options() 51Booster = new GradientBooster.Options() 79Booster = new GradientBooster.Options()
TrainerExtensions\TrainerExtensionUtil.cs (1)
89options.Booster = new GradientBooster.Options();
Microsoft.ML.Samples (5)
Dynamic\Trainers\BinaryClassification\LightGbmWithOptions.cs (1)
33Booster = new GossBooster.Options
Dynamic\Trainers\MulticlassClassification\LightGbmWithOptions.cs (1)
33Booster = new DartBooster.Options()
Dynamic\Trainers\Ranking\LightGbmWithOptions.cs (1)
37Booster = new GradientBooster.Options
Dynamic\Trainers\Regression\LightGbmWithOptions.cs (1)
43Booster = new Microsoft.ML.Trainers.LightGbm.GossBooster.Options()
Dynamic\Trainers\Regression\LightGbmWithOptionsAdvanced.cs (1)
49Booster = new GossBooster.Options()
1 reference to Booster
Microsoft.ML.AutoML (1)
TrainerExtensions\TrainerExtensionUtil.cs (1)
95UpdateFields(options.Booster, boosterParams);