4 writes to LightGbmModel
Microsoft.ML.LightGbm (4)
LightGbmBinaryTrainer.cs (1)
247
LightGbmModel
= lightGbmModel
LightGbmMulticlassTrainer.cs (1)
188
LightGbmModel
= lightGbmModel
LightGbmRankingTrainer.cs (1)
233
LightGbmModel
= lightGbmModel
LightGbmRegressionTrainer.cs (1)
210
LightGbmModel
= lightGbmModel
10 references to LightGbmModel
Microsoft.ML.LightGbm (10)
LightGbmBinaryTrainer.cs (1)
268
if (LightGbmTrainerOptions.
LightGbmModel
== null)
LightGbmMulticlassTrainer.cs (3)
238
if (LightGbmTrainerOptions.
LightGbmModel
== null)
361
if (LightGbmTrainerOptions.
LightGbmModel
== null)
367
var metadata = LightGbmTrainerOptions.
LightGbmModel
== null ? new SchemaShape(labelCol.Annotations.Where(x => x.Name == AnnotationUtils.Kinds.KeyValues).Concat(AnnotationUtils.GetTrainerOutputAnnotation())) : new SchemaShape(AnnotationUtils.GetTrainerOutputAnnotation());
LightGbmRankingTrainer.cs (1)
245
if (LightGbmTrainerOptions.
LightGbmModel
== null)
LightGbmRegressionTrainer.cs (1)
230
if (LightGbmTrainerOptions.
LightGbmModel
== null)
LightGbmTrainerBase.cs (4)
370
if (LightGbmTrainerOptions.
LightGbmModel
!= null)
372
LightGbmTrainerOptions.
LightGbmModel
.Position = 0;
375
StreamReader reader = new StreamReader(LightGbmTrainerOptions.
LightGbmModel
);
501
if (LightGbmTrainerOptions.
LightGbmModel
== null)