MACHINE LEARNING.PREDICTION - TRAIN VALUE PREDICTION MODEL
Activity «Train value prediction model» can be found in section «Machine learning.Prediction»
Activity creates a new machine learning model for value prediction, trains it using input data and saves the result model in a file.
Property; Class; Type; Description
Data; In; Activities.ML.Models.TeachMLInputModel; Data for model training.
Training algorithm; In; Activities.ML.Models.RegressionTrainer; Regression algorithm for model training.
Output path; In; String; A path to save the result model.
Coefficient of determination; Out; Double; R-squared value of the model, which is also known as the coefficient of determination. R-Squared closer to 1 indicates a better fitted model.