naive_predict_impl {modeltime}R Documentation

Bridge prediction function for NAIVE Models

Description

Bridge prediction function for NAIVE Models

Usage

naive_predict_impl(object, new_data)

Arguments

object

An object of class model_fit.

new_data

A rectangular data object, such as a data frame.


[Package modeltime version 1.3.0 Index]