id_column |
Any |
Specified column name that uniquely identifies an observation in test table. |
partition_by_column |
CHARACTER, VARCHAR, INTEGER, BIGINT, SMALLINT, BYTEINT |
[Partition by key only] Unique identifier of model in InputTable. |
prediction |
FLOAT |
Predicted value of the test observation. |
prob |
FLOAT |
Probability that the observation belongs to the predicted class. Only appears if the OutputProb element is set to True and the Responses element is not specified. |
prob_0 |
FLOAT |
Probability that the observation belongs to class 0. Only appears if the Responses element is specified. |
prob_1 |
FLOAT |
The probability that the observation belongs to class 1. Only appears if the Responses element is specified. |
accumulate_column |
Any |
Specified column names in the Accumulate element copied to the output table. |