Spark Predictor (Regression)

This node applies regression to input data using a previously learned Spark ML regression model. Please note that all feature columns selected during model training must be present in the ingoing DataFrame.

Note: This node is not compatible with Spark MLlib models. For these models please use the Spark Predictor node.

This node requires at least Apache Spark 2.0.

Options

Change prediction column name
When set, you can change the name of the prediction column. The default name is "Prediction (targetcolumn)".
Prediction Column
The desired name for the prediction column.

Input Ports

Icon
Spark ML regression model to use.
Icon
Spark DataFrame containing the input data to apply regression on.

Output Ports

Icon
Input DataFrame with appended prediction column.

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.