You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#' They all return a tsibble including a new column `.id` as part of the key. The
449
453
#' output dimension will increase considerably with `slide_tsibble()` and
450
454
#' `stretch_tsibble()`, which is likely to run out of memory when the data is
451
-
#' large. Alternatively, you could construct cross validation using `pslide()`
452
-
#' and `pstretch()` to avoid the memory issue.
455
+
#' large.
453
456
#' @family rolling tsibble
454
457
#' @export
455
458
#' @examples
@@ -642,6 +645,7 @@ slider_msg <- function() {
642
645
#' @details
643
646
#' It requires the package **furrr** to be installed. Please refer to [furrr](https://davisvaughan.github.io/furrr/) for performance and detailed usage.
0 commit comments