Regression Predictor (sklearn)

The Regression Predictor Node accepts a trained model from any of the regression learner nodes and computes the predicted output for each row of the given input table.

It is only executable if the test data contains the feature columns that were used by the learner model.

Options

Output

Custom prediction column name

If no name is specified for the prediction column, it will default to <target_column_name>_pred.

Input Ports

Icon

Trained regression predictor model.

Icon

All feature columns used for training must also be present in the table for prediction.

Output Ports

Icon

The input table concatenated with a predictions column(s) with a _pred suffix in their name.

Popular Predecessors

  • No recommendations found

Popular Successors

  • No recommendations found

Views

This node has no views

Workflows

  • No workflows found

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.