1 reference to LbfgsLogisticRegressionBinaryTrainer
Microsoft.ML.StandardTrainers (1)
StandardTrainersCatalog.cs (1)
555return new LbfgsLogisticRegressionBinaryTrainer(env, labelColumnName, featureColumnName, exampleWeightColumnName, l1Regularization, l2Regularization, optimizationTolerance, historySize, enforceNonNegativity);