XGBoost Predictor (Regression)

Applies a regression XGBoost model to predict data.

Options

Change prediction column name
Select if you want to specify a custom name for the prediction column. Otherwise a default column name based on the target column is used.
Prediction column name
The name of the prediction column.
Handle unknown categorical features as missing features
If checked, unknown categorical features are treated as if they were missing values. Otherwise the node will just fail. A value is considered to be unknown if it was not among the values encountered during model training in the Learner node.
Batch size
Controls the number of rows to predict together. Larger values tend to improve performance while also increasing the memory demand of the node.

Input Ports

Icon
The XGBoost model.
Icon
The data to predict.

Output Ports

Icon
The data with the appended prediction.

Popular Predecessors

Views

This node has no views

Workflows

Links

Developers

You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.