Learn R Programming

modeltime (version 1.3.0)

Adam_predict_impl: Bridge prediction function for ADAM models

Description

Bridge prediction function for ADAM models

Usage

Adam_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::adam()