PMML Gradient Boosted Trees Predictor

Applies classification from a Gradient Boosted Trees model that is provided in PMML format. Note that it is currently not possible to load models that were learned on a bit-, byte- or double-vector column and then written to PMML because PMML does not support vector columns.

The implementation follows the algorithms described in Greedy Function Approximation: A Gradient Boosting Machine by Jerome H. Friedman (1999).

Options

Change prediction column name
Select to customize the name of the column containing the prediction.
Prediction column name
Name of the output column containing the prediction.
Append overall prediction confidence
Appends a column that contains information on how certain the model is about its prediction.
Append individual class probabilities
Appends for each possible class a column containing the probability that the given row is an element of this class.
Suffix for probability columns
Suffix appended to the column names containing class probabilities.

Input Ports

Icon
Gradient Boosted Trees model in PMML format.
Icon
The data to predict.

Output Ports

Icon
The predicted data.

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.