次の方法で共有


ForecastingSettings.FeaturesUnknownAtForecastTime プロパティ

定義

予測/推論時にトレーニングに使用できるが不明な特徴列。 features_unknown_at_forecast_timeが設定されていない場合は、データセット内のすべての特徴列が推論時に既知であると見なされます。

public System.Collections.Generic.IList<string> FeaturesUnknownAtForecastTime { get; set; }
member this.FeaturesUnknownAtForecastTime : System.Collections.Generic.IList<string> with get, set
Public Property FeaturesUnknownAtForecastTime As IList(Of String)

プロパティ値

適用対象