Tree Ensemble Predictor

Predicts patterns according to an aggregation of the predictions of the individual trees in a random forest model.

Random Forests is a registered trademark of Minitab, LLC and is used with Minitab’s permission.

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
Adds the confidence of the predicted class; this is the maximum of all class confidence values, which can also be appended individually.
Append individual class probabilities
Adds one column per class containing its prediction confidence: the number of trees voting for that class divided by the total number of trees.
Suffix for probability columns
Suffix appended to the column names containing class probabilities.
Use soft voting
Switches from hard voting (the most votes win) to soft voting, which aggregates class probabilities from all trees. Requires the random forest model to store class distributions ("Save target distribution in tree nodes" in the learner); enabling this without stored distributions triggers a warning.

Input Ports

Icon
The output of the learner.
Icon
Data to be predicted.

Output Ports

Icon
Input data along with prediction columns.

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.