Gradient Boosted Trees Predictor

This Node Is Deprecated — This version of the node has been replaced with a new and improved version. The old version is kept for backwards-compatibility, but for all new workflows we suggest to use the version linked below.
Go to Suggested ReplacementGradient Boosted Trees Predictor

Classifies data using a Gradient Boosted Trees model. The implementation follows the algorithms described in "Greedy Function Approximation: A Gradient Boosting Machine" by Jerome H. Friedman (1999)". For more information you can also take a look at this .

Options

Change prediction column name
Check this option if you want to use a custom name for 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 the certain the model is about its prediction.
Append individual class probabilites
Appends for each possible class a column containing the probability that the given row is an element of this class
Suffix for probability column
Allows to add a suffix for the class probability columns.

Input Ports

Icon
Gradient Boosted Trees model as produced by the Gradient Boosted Trees Learner node.
Icon
The data to predict

Output Ports

Icon
The predicted data

Popular Successors

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.