Regression Predictor

Predicts the response using a regression model. The node needs to be connected to a regression node model* and some test data. It is only executable if the test data contains the columns that are used by the learner model. This node appends a new column to the input table containing the prediction for each row.

*You can use the Linear Regression Learner node or the Polynomial Regression Learner node to create regression models.

Options

Custom prediction column name
Allows you to specify a customized name for the prediction column that is appended to the input table. If the checkbox is not checked, "Prediction (target)" (where target is the name of the target column of the provided regression model) is used as default.

Input Ports

Icon
The regression model
Icon
Table for prediction. Missing values will give missing values in the output.

Output Ports

Icon
Table from input with an additional prediction column.

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.