R/tibble-type_sum.R

Defines functions type_sum.mdl_time_ensemble

#' @importFrom tibble type_sum
#' @export
type_sum.mdl_time_ensemble <- function(x) {
    glue::glue("ensemble [{x$n_models}]")
}

Try the modeltime.ensemble package in your browser

Any scripts or data that you put into this service are public.

modeltime.ensemble documentation built on April 18, 2023, 5:09 p.m.