- ON clause
- Specifies intput table used to train XGBoost model.
The InputTable in TD_XGBoost query can have no partition at all, or have PARTITION BY ANY clause.
- InputColumns
- Specifies the input table columns name that need to be used for training the model (predictors, features, or independent variables).Input column names with double quotation marks are not allowed for this function.
- ResponseColumn
- Specifies the column name that contains the class label for classification or target value (dependent variable) for regression.