R/parsnip-naive_reg.R
naive_fit_impl.Rd
Low-Level NAIVE Forecast
naive_fit_impl(x, y, id = NULL, seasonal_period = "auto", ...)
A dataframe of xreg (exogenous regressors)
A numeric vector of values to fit
An optional ID feature to identify different time series. Should be a quoted name.
Not used for NAIVE forecast but here for consistency with SNAIVE
Not currently used