4 references to
Microsoft.ML.StandardTrainers (4)
Standard\LogisticRegression\LbfgsPredictorBase.cs (1)
213: this(env, new TOptions
Standard\LogisticRegression\LogisticRegression.cs (1)
155: base(env, options, TrainerUtils.MakeBoolScalarLabel(options.LabelColumnName))
Standard\LogisticRegression\MulticlassLogisticRegression.cs (1)
162: base(env, options, TrainerUtils.MakeU4ScalarColumn(options.LabelColumnName))
Standard\PoissonRegression\PoissonRegression.cs (1)
107: base(env, options, TrainerUtils.MakeR4ScalarColumn(options.LabelColumnName))