ForecastingModels.AutoArima Field

Definition

Auto-Autoregressive Integrated Moving Average (ARIMA) model uses time-series data and statistical analysis to interpret the data and make future predictions. This model aims to explain data by using time series data on its past values and uses linear regression to make predictions.

public static Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ForecastingModels AutoArima;
 staticval mutable AutoArima : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ForecastingModels
Public Shared AutoArima As ForecastingModels 

Field Value

Applies to