input_column |
INTEGER, BIGINT, SMALLINT, BYTEINT, FLOAT, DECIMAL, NUMBER |
Columns that function uses to train a XGBoost model. |
response_column (regression) |
FLOAT, DECIMAL, NUMBER, INTEGER, BIGINT, SMALLINT, BYTEINT |
Column that contains the response value for an observation. |
response_column (classification) |
INTEGER, BIGINT, SMALLINT, BYTEINT |
Column that contains the response value for an observation. |
DataRedistributionColumn |
INTEGER, BIGINT, SMALLINT, BYTEINT |
Column that contains the unique values used to distribute the data in the input table among the available AMPs. |