Input Table Schema
| Column | Data Type | Description |
|---|---|---|
| model_id_column | VARCHAR, CHAR, SMALLINT, BIGINT, INTEGER | The model identifier or partition for ROC curve associated with observation. |
| probability_column | NUMERIC | The predicted probability that the observation is in positive class. |
| observation_column | VARCHAR, CHAR, SMALLINT, BIGINT, INTEGER | The actual class of the observation. |