你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ForecastingModel.Prophet 属性

定义

Prophet 是一种基于累加模型预测时序数据的过程,其中非线性趋势与每年、每周和每日季节性以及假日效应相符。 它最适合具有强烈季节性影响和多个季节历史数据的时序。 Prophet 对缺失数据和趋势变化非常可靠,通常能很好地处理离群值。

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

属性值

适用于