You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Predict a target using a linear binary classification model trained with the <see cref="Microsoft.ML.Trainers.StochasticGradientDescentClassificationTrainer"/> trainer.
Trainers.StochasticDualCoordinateAscentBinaryClassifierTrain an SDCA binary model.Microsoft.ML.Trainers.SdcaTrainBinaryMicrosoft.ML.Trainers.SdcaBinaryTrainer+ArgumentsMicrosoft.ML.EntryPoints.CommonOutputs+BinaryClassificationOutput
69
69
Trainers.StochasticDualCoordinateAscentClassifierThe SDCA linear multi-class classification trainer.Microsoft.ML.Trainers.SdcaTrainMultiClassMicrosoft.ML.Trainers.SdcaMultiClassTrainer+ArgumentsMicrosoft.ML.EntryPoints.CommonOutputs+MulticlassClassificationOutput
70
70
Trainers.StochasticDualCoordinateAscentRegressorThe SDCA linear regression trainer.Microsoft.ML.Trainers.SdcaTrainRegressionMicrosoft.ML.Trainers.SdcaRegressionTrainer+ArgumentsMicrosoft.ML.EntryPoints.CommonOutputs+RegressionOutput
71
-
Trainers.StochasticGradientDescentBinaryClassifierTrain an Hogwild SGD binary model.Microsoft.ML.Trainers.StochasticGradientDescentClassificationTrainerTrainBinaryMicrosoft.ML.Trainers.StochasticGradientDescentClassificationTrainer+ArgumentsMicrosoft.ML.EntryPoints.CommonOutputs+BinaryClassificationOutput
71
+
Trainers.StochasticGradientDescentBinaryClassifierTrain an Hogwild SGD binary model.Microsoft.ML.Trainers.StochasticGradientDescentClassificationTrainerTrainBinaryMicrosoft.ML.Trainers.StochasticGradientDescentClassificationTrainer+OptionsMicrosoft.ML.EntryPoints.CommonOutputs+BinaryClassificationOutput
72
72
Trainers.SymSgdBinaryClassifierTrain a symbolic SGD.Microsoft.ML.Trainers.SymSgd.SymSgdClassificationTrainerTrainSymSgdMicrosoft.ML.Trainers.SymSgd.SymSgdClassificationTrainer+ArgumentsMicrosoft.ML.EntryPoints.CommonOutputs+BinaryClassificationOutput
Transforms.BinaryPredictionScoreColumnsRenamerFor binary prediction, it renames the PredictedLabel and Score columns to include the name of the positive class.Microsoft.ML.EntryPoints.ScoreModelRenameBinaryPredictionScoreColumnsMicrosoft.ML.EntryPoints.ScoreModel+RenameBinaryPredictionScoreColumnsInputMicrosoft.ML.EntryPoints.CommonOutputs+TransformOutput
0 commit comments