HTSInferenceParameters Klass
Parametrar för HTS-slutsatsdragningspipeline.
- Arv
-
azureml.train.automl.runtime._solution_accelorators.data_models.pipeline_parameters.InferencePipelineParametersHTSInferenceParameters
Konstruktor
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)
Parametrar
Name | Description |
---|---|
hierarchy_forecast_level
Obligatorisk
|
HTS-prognosnivån. |
allocation_method
|
Allokeringsmetoderna. Vi stöder för närvarande "average_historical_proportions" och "proportions_of_historical_average". Standardvärde: proportions_of_historical_average
|
forecast_mode
|
Prognosläget; rekursiv eller rullande. Standardvärde: recursive
|
step
|
Stegstorleken när prognosläget rullas. Standardvärde: 1
|
forecast_quantiles
|
Valfri lista över quantiles att hämta prognoser för. Standardvärde: None
|
Metoder
validate |
Verifierar de angivna parametrarna. |
validate
Verifierar de angivna parametrarna.
validate()