Predict

../../../../_images/predict.svg

Uses a model to predict Y given X

Configuration:

Input ports:
in-model : model
Input model
X : table
X
Output ports:
Y : table
Y
Pass through X (pass_x)
Passes through a copy of X in addition to the predicted values
class node_application.Predict[source]