HTSInferenceParameters 类
HTS 推理管道的参数。
- 继承
-
azureml.train.automl.runtime._solution_accelorators.data_models.pipeline_parameters.InferencePipelineParametersHTSInferenceParameters
构造函数
HTSInferenceParameters(hierarchy_forecast_level: str, allocation_method: str | None = 'proportions_of_historical_average', forecast_mode: str = 'recursive', step: int = 1, forecast_quantiles: float | List[float] | None = None)
参数
名称 | 说明 |
---|---|
hierarchy_forecast_level
必需
|
hts 预测级别。 |
allocation_method
|
分配方法。 我们目前支持 “average_historical_proportions” 和 “proportions_of_historical_average”。 默认值: proportions_of_historical_average
|
forecast_mode
|
预测模式;递归或滚动。 默认值: recursive
|
step
|
预测模式滚动时的步长。 默认值: 1
|
forecast_quantiles
|
要获取其预测的分位数的可选列表。 默认值: None
|
方法
validate |
验证提供的参数。 |
validate
验证提供的参数。
validate()