Sarimax Forecast¶
Forecast by calling the forecast() or the predict() functions on the SARIMAXResults object returned from calling fit.
Type¶
ml-predict
Class¶
fire.nodes.ts.NodeStatsModelSarimaxForecast
Fields¶
Name |
Title |
Description |
|---|---|---|
steps |
Steps |
|
exogenous |
Exogenous Columns |
An optional 2-d array of exogenous variables. If provided, these variables are used as additional features in the regression operation. This should not include a constant or trend. |