do_predict: Predict Time Series Model

View source: R/ts_reg.R

do_predictR Documentation

Predict Time Series Model

Description

The actual time series model prediction. This method should be override by descendants.

Usage

do_predict(obj, x)

Arguments

obj

an object representing the fitted model or algorithm

x

a matrix or data.frame containing the input features for making predictions

Value

returns the predicted values


daltoolbox documentation built on Nov. 3, 2024, 9:06 a.m.