Summary table of the splitting into training and testing
Source:R/summarise_split.R
summarise_split.Rd
This functions provides a summary table of the splitting into the
training and testing data giving the start and end date for each train-test
sample and the corresponding index as integer.. This means, the function is
applied to the result of a call to split_data(...)
.
slice
: Time slicedates_train
: Date (or date-time) range of the training datadates_test
: Date (or date-time) range of the testing dataindex_train
: Index range of the training dataindex_test
: Index range of the testing data