Bridge prediction Function for ARIMA-Catboost Models

sarima_catboost_predict_impl(object, new_data, categorical_cols, ...)

Arguments

object

An object of class model_fit

new_data

A rectangular data object, such as a data frame.

categorical_cols

Categorical variables

...

Additional arguments passed to catboost.predict()