Back to Machinelearning

Io Columns Binary Classification No Prob

docs/api-reference/io-columns-binary-classification-no-prob.md

5.0.0543 B
Original Source

Input and Output Columns

The input label column data must be xref:System.Boolean. The input features column data must be a known-sized vector of xref:System.Single. This trainer outputs the following columns:

Output Column NameColumn TypeDescription
Scorexref:System.SingleThe unbounded score that was calculated by the model.
PredictedLabelxref:System.BooleanThe predicted label, based on the sign of the score. A negative score maps to false and a positive score maps to true.