ARIMA is located under Forecasting > Modeling > ARIMA. Use the drag-and-drop method (or double-click on the node) to use the algorithm in the canvas. Click the algorithm to view and select different properties for analysis.
The properties of ARIMA are shown in the figure below.
The following table shows the properties of ARIMA.
Field | Description | Remark |
It helps execute the node | - | |
It helps to explore the successful node. | - | |
It displays the following options in the list view.
| - | |
Task Name | It is the name of the task selected on the workbook canvas. | You can click the text field to edit or modify the task name as required. |
Time ID Variable | It allows you to select the interval type variable for which we need to process the dependent or target variable's values. |
|
Target Variable | It allows you to select the experimental or predictor variable(s). |
|
Group By | It allows you to select the variable for which you want to group the data. |
|
ADVANCED | ||
Number of Periods for Forecasting | It allows you to select the values for the forecast |
|
Interval | It allows to select the interval for the accumulation of data in the accumulation test. | Available options are –
|
p | It allows to select the Autoregression order | Preferred values are from 0 to 9 |
d | It allows to select order of differencing | Preferred values are from 0 to 2 |
q | It allows to select Moving averages order | Preferred values are from 0 to 9 |
Trend Offset | It is the offset at which time trend values start. | The values must be integers |
Trend | It allows selecting parameter for controlling the deterministic trend. | Available options are
|
Enforce Stationarity | It allows you to select the autoregressive parameters to correspond to a stationarity process. | Available options are
|
Enforce invertibility | It allows you to select the moving average parameters to correspond to an invertible process. | Available options are
|
Consider the Air Passengers dataset. The snippet of input data is shown below.
We apply the Train Test Split to the input data and then apply the ARIMA to the Train Test Split node.
We select the TravelDate as the Time Id Variable and Passengers Target variable.
Further, the result page displays,