Activity «Predict value» can be found in section «Machine learning.Prediction»
Activity predicts values based on a trained machine learning model.
Property; Class; Type; Description
Model path; In; String; Path to the machine learning model file.
Label column name; In; String; Column name for prediction output.
Data; In; DataTable; Data table with input for predictions.
Predicted data; Out; DataTable; Data table with predicted values in the label column.