smooth_predict_impl: Bridge prediction function for Exponential Smoothing models

View source: R/parsnip-exp_smoothing.R

smooth_predict_implR Documentation

Bridge prediction function for Exponential Smoothing models

Description

Bridge prediction function for Exponential Smoothing models

Usage

smooth_predict_impl(object, new_data, ...)

Arguments

object

An object of class model_fit.

new_data

A rectangular data object, such as a data frame.

...

Additional arguments passed to smooth::es()


modeltime documentation built on Sept. 2, 2023, 5:06 p.m.