The general template for time series forecasting is appropriate for multivariate and univariate time series analysis and forecasting.
First of all you should select Input and Target variables in your data and if necessary transform them.
This template performs the following actions:
You should find appropriate lengths of learning window (learning frame) and make sure that it allows you to forecast hold-out data perfectly. Then it is recommended to apply your model to new data rather than to turn-off hold-out data reservation and obtain a new model that predicts unseen data.
The classification template solves both the multi-class and two-class problems.
To classify data with more than two class labels it uses the one-vs-all approach. In case of a multi-class problem with numerical labels the one-vs-all approach will not be applied. If you want to use it with numerical target variable you should transform the target using the decomposition operator available in the Data manager > Transformations > Miscellaneous > Decompose.
By default all columns are used as model Inputs except the last column that serves as prediction target.
This template performs following actions:
The general regression template is appropriate for finding multivariate dependencies in numerical data. It suits for such tasks as finding functions, ranking variables, prediction of outcome for a set of input values.
First of all you should select Input and Target variables in your data and transform them if necessary.
This template performs the following actions:
The template is optimized for speed rather than for prediction accuracy.
This template performs polynomial curve fitting with automatic selection of polynomial function.
First of all you should select curves in your data and move them to Target variables. Leave the Input variables area blank, in this case the preprocessor module will automatically use a time counter as the input variable.
This template performs the following actions: