| time_cv | R Documentation |
Time-aware rolling resampling.
time_cv(
initial,
assess = 1,
time = NULL,
skip = 0,
cumulative = TRUE,
seed = NULL
)
initial |
Initial training window size. |
assess |
Assessment window size. |
time |
Ordering variable name or vector. |
skip |
Number of observations to skip between splits. |
cumulative |
Logical; use an expanding training window. |
seed |
Optional seed. |
A funcml_cv object.
time_cv(initial = 8, assess = 2, skip = 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.