Bridge prediction function for PROPHET models
prophet_predict_impl(object, new_data, ...)
object
: An object of class model_fit
.new_data
: A rectangular data object, such as a data frame....
: Additional arguments passed to prophet::predict()
Useful links