ForecastingModel.Prophet Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Prophet is a procedure for forecasting time series data based on an additive model where non-linear trends are fit with yearly, weekly, and daily seasonality, plus holiday effects. It works best with time series that have strong seasonal effects and several seasons of historical data. Prophet is robust to missing data and shifts in the trend, and typically handles outliers well.
public static Azure.ResourceManager.MachineLearning.Models.ForecastingModel Prophet { get; }
static member Prophet : Azure.ResourceManager.MachineLearning.Models.ForecastingModel
Public Shared ReadOnly Property Prophet As ForecastingModel
Property Value
Applies to
Azure SDK for .NET