The output schema is as follows:
| Column | Data Type | Description |
|---|---|---|
| id_column | Same as input table | Unique row identifier of input observations. |
| prediction | SMALLINIT, FLOAT | Predicted value of the test observation. |
| prob | FLOAT | Probability that observation belongs to predicted class. Only appears if OutputProb is true and Responses is not specified. |
| prob_0 | FLOAT | Probability that observation belongs to class 0. Only appears if Responses is specified. |
| prob_1 | FLOAT | Probability that observation belongs to class 1. Only appears if Responses is specified. |
| accumulate_column | ANY | Column copied from input table. |