Model Output Schema
| Column | Data Type | Description |
|---|---|---|
| prediction | 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. |