Predict¶
Uses a model to predict Y given X
Documentation¶
Applies a model to data. Uses the models implementation of the .predict method to predict Y given X. If the model was trained, X must be in the same format as the train data. (Note that some advanced models will not work with this node but must be used with the Predict Dataset node.)
Definition¶
Input ports¶
- in-model
Type: modelDescription: Input model- X
Type: tableDescription: X
Output ports¶
- Y
Type: tableDescription: Y
Configuration¶
- Pass through X (pass_x)
Passes through a copy of X in addition to the predicted values
Examples¶
The node can be found in:
Implementation¶
- class node_application.Predict[source]