ForecastingModel.Naive Property

Definition

The Naive forecasting model makes predictions by carrying forward the latest target value for each time-series in the training data.

public static Azure.ResourceManager.MachineLearning.Models.ForecastingModel Naive { get; }
static member Naive : Azure.ResourceManager.MachineLearning.Models.ForecastingModel
Public Shared ReadOnly Property Naive As ForecastingModel

Property Value

Applies to