Train / test set for final evaluation

Sampling

If your dataset does not fit in your RAM, you may want to subsample the set on which splitting will be performed.

Partitions can be selected from the "Target" tab.

Sampling

Time series resampling

Data will be resampled with a frequency (time step) of {{ prettyTimeSteps(mlTaskDesign.timestepParams.numberOfTimeunits, mlTaskDesign.timestepParams.timeunit) }}
Numerical features are only inferred when no known data is before this date. This date is ignored otherwise.
Numerical features are only inferred when no known data is after this date. This date is ignored otherwise.
{{ prettyTimeSteps(uiState.numberOfHorizonsInTest * uiState.predictionLength * uiState.timestepParams.numberOfTimeunits, uiState.timestepParams.timeunit) }}
Number of folds to divide the dataset into

Metadata

Optional. Informative labels for the model. The model:algorithm, model:date, model:name, trainDataset:dataset-name, testDataset:dataset-name labels, evaluation:date and evaluationDataset:dataset-name are automatically added.