Column Name | Data Type | Description |
---|---|---|
input_column | INTEGER, BIGINT, SMALLINT, BYTEINT, FLOAT, DECIMAL, or NUMBER | The columns that the function uses to train the DecisionForest model. |
response_column | INTEGER, SMALLINT, BYTEINT, FLOAT, DECIMAL, or NUMBER | The column that contains the response value for an observation. For regression, all numeric data types are supported. For classification, INTEGER, SMALLINT, and BYTEINT data types are supported. |