From 4c2a6914bc30e4bc0f642460f78653306308a0a8 Mon Sep 17 00:00:00 2001 From: Rahul Kumar <74648335+iamrk04@users.noreply.github.com> Date: Tue, 5 Nov 2024 10:51:15 +0530 Subject: [PATCH] upgrade forecasting components (#3563) --- .../components/automl_hts_inference/spec.yaml | 8 ++++---- .../components/automl_hts_inference_collect/spec.yaml | 2 +- .../components/automl_hts_inference_setup/spec.yaml | 2 +- .../components/automl_hts_prs_inference/spec.yaml | 2 +- .../components/automl_hts_data_agg/spec.yaml | 2 +- .../components/automl_hts_prs_train/spec.yaml | 2 +- .../components/automl_hts_train/spec.yaml | 10 +++++----- .../components/automl_hts_train_collect/spec.yaml | 2 +- .../components/automl_hts_train_setup/spec.yaml | 2 +- .../components/automl_many_model_prs_train/spec.yaml | 2 +- .../components/automl_many_model_training/spec.yaml | 8 ++++---- .../automl_many_model_training_collect/spec.yaml | 2 +- .../automl_many_model_training_setup/spec.yaml | 2 +- .../components/spark_partition/spec.yaml | 2 +- .../components/automl_many_model_inferencing/spec.yaml | 8 ++++---- .../automl_many_models_collect_inf/spec.yaml | 2 +- .../automl_many_models_prs_inferencing/spec.yaml | 2 +- .../components/automl_many_models_setup_inf/spec.yaml | 2 +- .../components/inference/spec.yaml | 2 +- 19 files changed, 32 insertions(+), 32 deletions(-) diff --git a/assets/training/forecasting_demand/automl-hts-inference/components/automl_hts_inference/spec.yaml b/assets/training/forecasting_demand/automl-hts-inference/components/automl_hts_inference/spec.yaml index cb65be86b7..943e3ce125 100644 --- a/assets/training/forecasting_demand/automl-hts-inference/components/automl_hts_inference/spec.yaml +++ b/assets/training/forecasting_demand/automl-hts-inference/components/automl_hts_inference/spec.yaml @@ -4,7 +4,7 @@ type: pipeline name: automl_hts_inference display_name: AutoML Hierarchical Timeseries Forecasting - Inference description: Enables inference for hts components. -version: 0.0.6 +version: 0.0.7 is_deterministic: false inputs: @@ -74,7 +74,7 @@ outputs: jobs: automl_hts_inference_setup: type: command - component: azureml:automl_hts_inference_setup_step:0.0.6 + component: azureml:automl_hts_inference_setup_step:0.0.7 inputs: raw_Data: ${{parent.inputs.raw_data}} enable_event_logger: True @@ -97,7 +97,7 @@ jobs: compute: ${{parent.inputs.compute_name}} automl_hts_model_inference: type: parallel - component: azureml:automl_hts_prs_inference_step:0.0.6 + component: azureml:automl_hts_prs_inference_step:0.0.7 inputs: partitioned_data: ${{parent.jobs.automl_hts_inference_setup.outputs.processed_data}} metadata: ${{parent.jobs.automl_hts_inference_setup.outputs.metadata}} @@ -121,7 +121,7 @@ jobs: compute: ${{parent.inputs.compute_name}} automl_hts_inference_collect_step: type: command - component: azureml:automl_hts_inference_collect_step:0.0.6 + component: azureml:automl_hts_inference_collect_step:0.0.7 inputs: setup_metadata: ${{parent.jobs.automl_hts_inference_setup.outputs.metadata}} input_metadata: ${{parent.jobs.automl_hts_model_inference.outputs.output_metadata}} diff --git a/assets/training/forecasting_demand/automl-hts-inference/components/automl_hts_inference_collect/spec.yaml b/assets/training/forecasting_demand/automl-hts-inference/components/automl_hts_inference_collect/spec.yaml index c9ec02c38f..57c0b4490d 100644 --- a/assets/training/forecasting_demand/automl-hts-inference/components/automl_hts_inference_collect/spec.yaml +++ b/assets/training/forecasting_demand/automl-hts-inference/components/automl_hts_inference_collect/spec.yaml @@ -1,6 +1,6 @@ $schema: https://azuremlschemas.azureedge.net/latest/commandComponent.schema.json name: automl_hts_inference_collect_step -version: 0.0.6 +version: 0.0.7 display_name: AutoML HTS - Inference Collect type: command diff --git a/assets/training/forecasting_demand/automl-hts-inference/components/automl_hts_inference_setup/spec.yaml b/assets/training/forecasting_demand/automl-hts-inference/components/automl_hts_inference_setup/spec.yaml index 4844145201..10aca727ce 100644 --- a/assets/training/forecasting_demand/automl-hts-inference/components/automl_hts_inference_setup/spec.yaml +++ b/assets/training/forecasting_demand/automl-hts-inference/components/automl_hts_inference_setup/spec.yaml @@ -1,6 +1,6 @@ $schema: https://azuremlschemas.azureedge.net/latest/commandComponent.schema.json name: automl_hts_inference_setup_step -version: 0.0.6 +version: 0.0.7 display_name: AutoML HTS - Inference Setup type: command diff --git a/assets/training/forecasting_demand/automl-hts-inference/components/automl_hts_prs_inference/spec.yaml b/assets/training/forecasting_demand/automl-hts-inference/components/automl_hts_prs_inference/spec.yaml index 1ef4754636..d1bdff2915 100644 --- a/assets/training/forecasting_demand/automl-hts-inference/components/automl_hts_prs_inference/spec.yaml +++ b/assets/training/forecasting_demand/automl-hts-inference/components/automl_hts_prs_inference/spec.yaml @@ -1,6 +1,6 @@ $schema: https://azuremlschemas.azureedge.net/latest/pipelineJob.schema.json type: parallel -version: 0.0.6 +version: 0.0.7 name: automl_hts_prs_inference_step display_name: AutoML HTS - Inference Step diff --git a/assets/training/forecasting_demand/automl-hts-train/components/automl_hts_data_agg/spec.yaml b/assets/training/forecasting_demand/automl-hts-train/components/automl_hts_data_agg/spec.yaml index 814770f19e..494affacfb 100644 --- a/assets/training/forecasting_demand/automl-hts-train/components/automl_hts_data_agg/spec.yaml +++ b/assets/training/forecasting_demand/automl-hts-train/components/automl_hts_data_agg/spec.yaml @@ -1,6 +1,6 @@ $schema: https://azuremlschemas.azureedge.net/latest/parallelComponent.schema.json type: parallel -version: 0.0.6 +version: 0.0.7 name: automl_hts_data_aggregation_step display_name: AutoML HTS - Training Data Aggregation diff --git a/assets/training/forecasting_demand/automl-hts-train/components/automl_hts_prs_train/spec.yaml b/assets/training/forecasting_demand/automl-hts-train/components/automl_hts_prs_train/spec.yaml index 8b1758eca5..47c1dd60f3 100644 --- a/assets/training/forecasting_demand/automl-hts-train/components/automl_hts_prs_train/spec.yaml +++ b/assets/training/forecasting_demand/automl-hts-train/components/automl_hts_prs_train/spec.yaml @@ -1,6 +1,6 @@ $schema: https://azuremlschemas.azureedge.net/latest/parallelComponent.schema.json type: parallel -version: 0.0.6 +version: 0.0.7 name: automl_hts_automl_training_step display_name: AutoML HTS - AutoML Training diff --git a/assets/training/forecasting_demand/automl-hts-train/components/automl_hts_train/spec.yaml b/assets/training/forecasting_demand/automl-hts-train/components/automl_hts_train/spec.yaml index d4d23cde52..62d7f5a26f 100644 --- a/assets/training/forecasting_demand/automl-hts-train/components/automl_hts_train/spec.yaml +++ b/assets/training/forecasting_demand/automl-hts-train/components/automl_hts_train/spec.yaml @@ -4,7 +4,7 @@ type: pipeline name: automl_hts_training display_name: AutoML Hierarchical Timeseries Forecasting - Training description: Enables AutoML Training for hts components. -version: 0.0.6 +version: 0.0.7 is_deterministic: false inputs: @@ -40,7 +40,7 @@ outputs: jobs: automl_hts_train_setup_step: type: command - component: azureml:automl_hts_training_setup_step:0.0.6 + component: azureml:automl_hts_training_setup_step:0.0.7 inputs: raw_Data: ${{parent.inputs.raw_data}} automl_config: ${{parent.inputs.automl_config}} @@ -56,7 +56,7 @@ jobs: compute: ${{parent.inputs.compute_name}} automl_hts_data_aggregation_step: type: parallel - component: azureml:automl_hts_data_aggregation_step:0.0.6 + component: azureml:automl_hts_data_aggregation_step:0.0.7 inputs: partitioned_data: ${{parent.jobs.automl_hts_train_setup_step.outputs.processed_data}} metadata: ${{parent.jobs.automl_hts_train_setup_step.outputs.metadata}} @@ -80,7 +80,7 @@ jobs: compute: ${{parent.inputs.compute_name}} automl_hts_automl_training_step: type: parallel - component: azureml:automl_hts_automl_training_step:0.0.6 + component: azureml:automl_hts_automl_training_step:0.0.7 inputs: aggregated_data: ${{parent.jobs.automl_hts_data_aggregation_step.outputs.aggregated_data}} data_agg_metadata: ${{parent.jobs.automl_hts_data_aggregation_step.outputs.output_metadata}} @@ -104,7 +104,7 @@ jobs: compute: ${{parent.inputs.compute_name}} automl_hts_train_collect_step: type: command - component: azureml:automl_hts_training_collect_step:0.0.6 + component: azureml:automl_hts_training_collect_step:0.0.7 inputs: setup_metadata: ${{parent.jobs.automl_hts_train_setup_step.outputs.metadata}} input_metadata: ${{parent.jobs.automl_hts_automl_training_step.outputs.output_metadata}} diff --git a/assets/training/forecasting_demand/automl-hts-train/components/automl_hts_train_collect/spec.yaml b/assets/training/forecasting_demand/automl-hts-train/components/automl_hts_train_collect/spec.yaml index 9707932348..833f146c20 100644 --- a/assets/training/forecasting_demand/automl-hts-train/components/automl_hts_train_collect/spec.yaml +++ b/assets/training/forecasting_demand/automl-hts-train/components/automl_hts_train_collect/spec.yaml @@ -1,6 +1,6 @@ $schema: https://azuremlschemas.azureedge.net/latest/commandComponent.schema.json name: automl_hts_training_collect_step -version: 0.0.6 +version: 0.0.7 display_name: AutoML HTS - Collection Training Results type: command diff --git a/assets/training/forecasting_demand/automl-hts-train/components/automl_hts_train_setup/spec.yaml b/assets/training/forecasting_demand/automl-hts-train/components/automl_hts_train_setup/spec.yaml index 7ebdb5a362..9236e18a26 100644 --- a/assets/training/forecasting_demand/automl-hts-train/components/automl_hts_train_setup/spec.yaml +++ b/assets/training/forecasting_demand/automl-hts-train/components/automl_hts_train_setup/spec.yaml @@ -1,6 +1,6 @@ $schema: https://azuremlschemas.azureedge.net/latest/commandComponent.schema.json name: automl_hts_training_setup_step -version: 0.0.6 +version: 0.0.7 display_name: AutoML HTS - Training Setup type: command diff --git a/assets/training/forecasting_demand/automl-many-models-train/components/automl_many_model_prs_train/spec.yaml b/assets/training/forecasting_demand/automl-many-models-train/components/automl_many_model_prs_train/spec.yaml index 2fb6227d76..c8f8e9bc53 100644 --- a/assets/training/forecasting_demand/automl-many-models-train/components/automl_many_model_prs_train/spec.yaml +++ b/assets/training/forecasting_demand/automl-many-models-train/components/automl_many_model_prs_train/spec.yaml @@ -2,7 +2,7 @@ $schema: https://azuremlschemas.azureedge.net/latest/parallelComponent.schema.js name: automl_many_models_training_step display_name: AutoML Many Models - AutoML Training -version: 0.0.6 +version: 0.0.7 is_deterministic: false type: parallel diff --git a/assets/training/forecasting_demand/automl-many-models-train/components/automl_many_model_training/spec.yaml b/assets/training/forecasting_demand/automl-many-models-train/components/automl_many_model_training/spec.yaml index 4570c2f189..45082af7f5 100644 --- a/assets/training/forecasting_demand/automl-many-models-train/components/automl_many_model_training/spec.yaml +++ b/assets/training/forecasting_demand/automl-many-models-train/components/automl_many_model_training/spec.yaml @@ -4,7 +4,7 @@ type: pipeline name: automl_many_models_training display_name: AutoML - Many Models Training description: Enables AutoML many models training. -version: 0.0.6 +version: 0.0.7 is_deterministic: false inputs: @@ -44,7 +44,7 @@ outputs: jobs: automl_many_models_training_setup_step: type: command - component: azureml:automl_many_models_training_setup_step:0.0.6 + component: azureml:automl_many_models_training_setup_step:0.0.7 inputs: raw_Data: ${{parent.inputs.raw_data}} automl_config: ${{parent.inputs.automl_config}} @@ -61,7 +61,7 @@ jobs: compute: ${{parent.inputs.compute_name}} automl_many_models_training_step: type: parallel - component: azureml:automl_many_models_training_step:0.0.6 + component: azureml:automl_many_models_training_step:0.0.7 inputs: partitioned_data: ${{parent.jobs.automl_many_models_training_setup_step.outputs.processed_data}} metadata: ${{parent.jobs.automl_many_models_training_setup_step.outputs.metadata}} @@ -84,7 +84,7 @@ jobs: compute: ${{parent.inputs.compute_name}} automl_many_models_training_collect_step: type: command - component: azureml:automl_many_models_training_collection_step:0.0.6 + component: azureml:automl_many_models_training_collection_step:0.0.7 inputs: setup_metadata: ${{parent.jobs.automl_many_models_training_setup_step.outputs.metadata}} input_metadata: ${{parent.jobs.automl_many_models_training_step.outputs.output_metadata}} diff --git a/assets/training/forecasting_demand/automl-many-models-train/components/automl_many_model_training_collect/spec.yaml b/assets/training/forecasting_demand/automl-many-models-train/components/automl_many_model_training_collect/spec.yaml index 3f289d93ee..594747ec83 100644 --- a/assets/training/forecasting_demand/automl-many-models-train/components/automl_many_model_training_collect/spec.yaml +++ b/assets/training/forecasting_demand/automl-many-models-train/components/automl_many_model_training_collect/spec.yaml @@ -1,6 +1,6 @@ $schema: https://azuremlschemas.azureedge.net/latest/commandComponent.schema.json name: automl_many_models_training_collection_step -version: 0.0.6 +version: 0.0.7 display_name: AutoML Many Models - Collection Training Results is_deterministic: false type: command diff --git a/assets/training/forecasting_demand/automl-many-models-train/components/automl_many_model_training_setup/spec.yaml b/assets/training/forecasting_demand/automl-many-models-train/components/automl_many_model_training_setup/spec.yaml index bc809ecddb..b61e56082d 100644 --- a/assets/training/forecasting_demand/automl-many-models-train/components/automl_many_model_training_setup/spec.yaml +++ b/assets/training/forecasting_demand/automl-many-models-train/components/automl_many_model_training_setup/spec.yaml @@ -1,6 +1,6 @@ $schema: https://azuremlschemas.azureedge.net/latest/commandComponent.schema.json name: automl_many_models_training_setup_step -version: 0.0.6 +version: 0.0.7 display_name: AutoML Many Models - Training Setup Step is_deterministic: false type: command diff --git a/assets/training/forecasting_demand/automl-many-models-train/components/spark_partition/spec.yaml b/assets/training/forecasting_demand/automl-many-models-train/components/spark_partition/spec.yaml index fda458ea64..7a48a2c71a 100644 --- a/assets/training/forecasting_demand/automl-many-models-train/components/spark_partition/spec.yaml +++ b/assets/training/forecasting_demand/automl-many-models-train/components/spark_partition/spec.yaml @@ -3,7 +3,7 @@ name: automl_tabular_data_partitioning type: spark display_name: AutoML - Tabular Data Partitioning description: Enables dataset partitioning for AutoML many models and hierarchical timeseries solution accelerators using spark. -version: 0.0.6 +version: 0.0.7 is_deterministic: false code: ../../src/spark_partition/ diff --git a/assets/training/forecasting_demand/automl-many_models-inference/components/automl_many_model_inferencing/spec.yaml b/assets/training/forecasting_demand/automl-many_models-inference/components/automl_many_model_inferencing/spec.yaml index a8697e377d..914549c721 100644 --- a/assets/training/forecasting_demand/automl-many_models-inference/components/automl_many_model_inferencing/spec.yaml +++ b/assets/training/forecasting_demand/automl-many_models-inference/components/automl_many_model_inferencing/spec.yaml @@ -4,7 +4,7 @@ type: pipeline name: automl_many_models_inference display_name: AutoML Many Models - Inference description: Inference components for AutoML many model. -version: 0.0.6 +version: 0.0.7 is_deterministic: false inputs: @@ -93,7 +93,7 @@ outputs: jobs: automl_many_models_inference_setup_step: type: command - component: azureml:automl_many_models_inference_setup_step:0.0.6 + component: azureml:automl_many_models_inference_setup_step:0.0.7 inputs: raw_Data: ${{parent.inputs.raw_data}} enable_event_logger: True @@ -120,7 +120,7 @@ jobs: compute: ${{parent.inputs.compute_name}} automl_many_models_inferencing_step: type: parallel - component: azureml:automl_many_models_inference_step:0.0.6 + component: azureml:automl_many_models_inference_step:0.0.7 inputs: partitioned_data: ${{parent.jobs.automl_many_models_inference_setup_step.outputs.processed_data}} metadata: ${{parent.jobs.automl_many_models_inference_setup_step.outputs.metadata}} @@ -145,7 +145,7 @@ jobs: compute: ${{parent.inputs.compute_name}} automl_many_models_inference_collect_step: type: command - component: azureml:automl_many_models_inference_collect_step:0.0.6 + component: azureml:automl_many_models_inference_collect_step:0.0.7 inputs: setup_metadata: ${{parent.jobs.automl_many_models_inference_setup_step.outputs.metadata}} input_metadata: ${{parent.jobs.automl_many_models_inferencing_step.outputs.output_metadata}} diff --git a/assets/training/forecasting_demand/automl-many_models-inference/components/automl_many_models_collect_inf/spec.yaml b/assets/training/forecasting_demand/automl-many_models-inference/components/automl_many_models_collect_inf/spec.yaml index 1c93af0b04..447f4964b2 100644 --- a/assets/training/forecasting_demand/automl-many_models-inference/components/automl_many_models_collect_inf/spec.yaml +++ b/assets/training/forecasting_demand/automl-many_models-inference/components/automl_many_models_collect_inf/spec.yaml @@ -1,6 +1,6 @@ $schema: https://azuremlschemas.azureedge.net/latest/commandComponent.schema.json name: automl_many_models_inference_collect_step -version: 0.0.6 +version: 0.0.7 display_name: AutoML Many Models - Collection Inference Results is_deterministic: false type: command diff --git a/assets/training/forecasting_demand/automl-many_models-inference/components/automl_many_models_prs_inferencing/spec.yaml b/assets/training/forecasting_demand/automl-many_models-inference/components/automl_many_models_prs_inferencing/spec.yaml index b5aa7a3a5c..56781d59f1 100644 --- a/assets/training/forecasting_demand/automl-many_models-inference/components/automl_many_models_prs_inferencing/spec.yaml +++ b/assets/training/forecasting_demand/automl-many_models-inference/components/automl_many_models_prs_inferencing/spec.yaml @@ -2,7 +2,7 @@ $schema: https://azuremlschemas.azureedge.net/latest/pipelineJob.schema.json name: automl_many_models_inference_step display_name: AutoML Many Models - Inference Step -version: 0.0.6 +version: 0.0.7 is_deterministic: false type: parallel diff --git a/assets/training/forecasting_demand/automl-many_models-inference/components/automl_many_models_setup_inf/spec.yaml b/assets/training/forecasting_demand/automl-many_models-inference/components/automl_many_models_setup_inf/spec.yaml index ee1d00ffae..8d8f345a20 100644 --- a/assets/training/forecasting_demand/automl-many_models-inference/components/automl_many_models_setup_inf/spec.yaml +++ b/assets/training/forecasting_demand/automl-many_models-inference/components/automl_many_models_setup_inf/spec.yaml @@ -1,6 +1,6 @@ $schema: https://azuremlschemas.azureedge.net/latest/commandComponent.schema.json name: automl_many_models_inference_setup_step -version: 0.0.6 +version: 0.0.7 display_name: AutoML Many Models - Inference Setup Step is_deterministic: false type: command diff --git a/assets/training/forecasting_demand/automl-single-model-inference/components/inference/spec.yaml b/assets/training/forecasting_demand/automl-single-model-inference/components/inference/spec.yaml index e3058b586f..2e3a6df89a 100644 --- a/assets/training/forecasting_demand/automl-single-model-inference/components/inference/spec.yaml +++ b/assets/training/forecasting_demand/automl-single-model-inference/components/inference/spec.yaml @@ -2,7 +2,7 @@ $schema: https://azuremlschemas.azureedge.net/latest/commandComponent.schema.jso name: automl_forecasting_inference display_name: AutoML Forecasting Inference description: Inference component for AutoML Forecasting. -version: 0.0.9 +version: 0.0.10 type: command inputs: