次の方法で共有


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

プロパティ値

適用対象