3 references to
Microsoft.ML.StandardTrainers (3)
Standard\LogisticRegression\LogisticRegression.cs (1)
141: base(env, featureColumn, TrainerUtils.MakeBoolScalarLabel(labelColumn), exampleWeightColumnName,
Standard\LogisticRegression\MulticlassLogisticRegression.cs (1)
150: base(env, featureColumn, TrainerUtils.MakeU4ScalarColumn(labelColumn), weights, l1Weight, l2Weight, optimizationTolerance, memorySize, enforceNoNegativity)
Standard\PoissonRegression\PoissonRegression.cs (1)
96: base(env, featureColumn, TrainerUtils.MakeR4ScalarColumn(labelColumn), weights,