Sdílet prostřednictvím


ForecastingModel.AutoArima Property

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 Azure.ResourceManager.MachineLearning.Models.ForecastingModel AutoArima { get; }
static member AutoArima : Azure.ResourceManager.MachineLearning.Models.ForecastingModel
Public Shared ReadOnly Property AutoArima As ForecastingModel

Property Value

Applies to