Manually Partition into Training, Test and Validation Set
Source:R/partition.R
partition.TaskFcst.RdCreates a split of the row ids of a Task into a training and a test set, and optionally a validation set.
Usage
# S3 method for class 'TaskFcst'
partition(task, ratio = 0.67)