Skip to content

Commit aac0d02

Browse files
authored
Update the forecasting components (#4205)
1 parent 2444ecf commit aac0d02

19 files changed

Lines changed: 46 additions & 46 deletions

File tree

assets/training/forecasting_demand/automl-hts-inference/components/automl_hts_inference/spec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ type: pipeline
44
name: automl_hts_inference
55
display_name: AutoML Hierarchical Timeseries Forecasting - Inference
66
description: Enables inference for hts components.
7-
version: 0.0.8
7+
version: 0.0.9
88
is_deterministic: false
99

1010
inputs:
@@ -74,7 +74,7 @@ outputs:
7474
jobs:
7575
automl_hts_inference_setup:
7676
type: command
77-
component: azureml:automl_hts_inference_setup_step:0.0.8
77+
component: azureml:automl_hts_inference_setup_step:0.0.9
7878
inputs:
7979
raw_Data: ${{parent.inputs.raw_data}}
8080
enable_event_logger: True
@@ -97,7 +97,7 @@ jobs:
9797
compute: ${{parent.inputs.compute_name}}
9898
automl_hts_model_inference:
9999
type: parallel
100-
component: azureml:automl_hts_prs_inference_step:0.0.8
100+
component: azureml:automl_hts_prs_inference_step:0.0.9
101101
inputs:
102102
partitioned_data: ${{parent.jobs.automl_hts_inference_setup.outputs.processed_data}}
103103
metadata: ${{parent.jobs.automl_hts_inference_setup.outputs.metadata}}
@@ -121,7 +121,7 @@ jobs:
121121
compute: ${{parent.inputs.compute_name}}
122122
automl_hts_inference_collect_step:
123123
type: command
124-
component: azureml:automl_hts_inference_collect_step:0.0.8
124+
component: azureml:automl_hts_inference_collect_step:0.0.9
125125
inputs:
126126
setup_metadata: ${{parent.jobs.automl_hts_inference_setup.outputs.metadata}}
127127
input_metadata: ${{parent.jobs.automl_hts_model_inference.outputs.output_metadata}}

assets/training/forecasting_demand/automl-hts-inference/components/automl_hts_inference_collect/spec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
$schema: https://azuremlschemas.azureedge.net/latest/commandComponent.schema.json
22
name: automl_hts_inference_collect_step
3-
version: 0.0.8
3+
version: 0.0.9
44
display_name: AutoML HTS - Inference Collect
55
type: command
66

@@ -32,7 +32,7 @@ outputs:
3232
description: 'jsonl used for evaluation component.'
3333

3434
code: ../../src/collect
35-
environment: azureml://registries/azureml/environments/automl-gpu/versions/42
35+
environment: azureml://registries/azureml/environments/automl-gpu/versions/48
3636

3737
command: >-
3838
python collect.py

assets/training/forecasting_demand/automl-hts-inference/components/automl_hts_inference_setup/spec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
$schema: https://azuremlschemas.azureedge.net/latest/commandComponent.schema.json
22
name: automl_hts_inference_setup_step
3-
version: 0.0.8
3+
version: 0.0.9
44
display_name: AutoML HTS - Inference Setup
55
type: command
66

@@ -67,7 +67,7 @@ outputs:
6767

6868

6969
code: ../../src/setup
70-
environment: azureml://registries/azureml/environments/automl-gpu/versions/42
70+
environment: azureml://registries/azureml/environments/automl-gpu/versions/48
7171

7272
command: >-
7373
python setup.py

assets/training/forecasting_demand/automl-hts-inference/components/automl_hts_prs_inference/spec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
$schema: https://azuremlschemas.azureedge.net/latest/pipelineJob.schema.json
22
type: parallel
3-
version: 0.0.8
3+
version: 0.0.9
44

55
name: automl_hts_prs_inference_step
66
display_name: AutoML HTS - Inference Step
@@ -58,7 +58,7 @@ task:
5858
type: run_function
5959
code: ../../src/inference
6060
entry_script: inference.py
61-
environment: azureml://registries/azureml/environments/automl-gpu/versions/42
61+
environment: azureml://registries/azureml/environments/automl-gpu/versions/48
6262
program_arguments: >-
6363
--setup-metadata ${{inputs.metadata}}
6464
--error_threshold -1

assets/training/forecasting_demand/automl-hts-train/components/automl_hts_data_agg/spec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
$schema: https://azuremlschemas.azureedge.net/latest/parallelComponent.schema.json
22
type: parallel
3-
version: 0.0.8
3+
version: 0.0.9
44

55
name: automl_hts_data_aggregation_step
66
display_name: AutoML HTS - Training Data Aggregation
@@ -58,7 +58,7 @@ task:
5858
type: run_function
5959
code: ../../src/data_agg
6060
entry_script: data_agg.py
61-
environment: azureml://registries/azureml/environments/automl-gpu/versions/42
61+
environment: azureml://registries/azureml/environments/automl-gpu/versions/48
6262
program_arguments: >-
6363
--input-metadata ${{inputs.metadata}}
6464
--error_threshold -1

assets/training/forecasting_demand/automl-hts-train/components/automl_hts_prs_train/spec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
$schema: https://azuremlschemas.azureedge.net/latest/parallelComponent.schema.json
22
type: parallel
3-
version: 0.0.8
3+
version: 0.0.9
44

55
name: automl_hts_automl_training_step
66
display_name: AutoML HTS - AutoML Training
@@ -58,7 +58,7 @@ task:
5858
type: run_function
5959
code: ../../src/train
6060
entry_script: train.py
61-
environment: azureml://registries/azureml/environments/automl-gpu/versions/42
61+
environment: azureml://registries/azureml/environments/automl-gpu/versions/48
6262
program_arguments: >-
6363
--input-metadata ${{inputs.metadata}}
6464
--error_threshold -1

assets/training/forecasting_demand/automl-hts-train/components/automl_hts_train/spec.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ type: pipeline
44
name: automl_hts_training
55
display_name: AutoML Hierarchical Timeseries Forecasting - Training
66
description: Enables AutoML Training for hts components.
7-
version: 0.0.8
7+
version: 0.0.9
88
is_deterministic: false
99

1010
inputs:
@@ -40,7 +40,7 @@ outputs:
4040
jobs:
4141
automl_hts_train_setup_step:
4242
type: command
43-
component: azureml:automl_hts_training_setup_step:0.0.8
43+
component: azureml:automl_hts_training_setup_step:0.0.9
4444
inputs:
4545
raw_Data: ${{parent.inputs.raw_data}}
4646
automl_config: ${{parent.inputs.automl_config}}
@@ -56,7 +56,7 @@ jobs:
5656
compute: ${{parent.inputs.compute_name}}
5757
automl_hts_data_aggregation_step:
5858
type: parallel
59-
component: azureml:automl_hts_data_aggregation_step:0.0.8
59+
component: azureml:automl_hts_data_aggregation_step:0.0.9
6060
inputs:
6161
partitioned_data: ${{parent.jobs.automl_hts_train_setup_step.outputs.processed_data}}
6262
metadata: ${{parent.jobs.automl_hts_train_setup_step.outputs.metadata}}
@@ -80,7 +80,7 @@ jobs:
8080
compute: ${{parent.inputs.compute_name}}
8181
automl_hts_automl_training_step:
8282
type: parallel
83-
component: azureml:automl_hts_automl_training_step:0.0.8
83+
component: azureml:automl_hts_automl_training_step:0.0.9
8484
inputs:
8585
aggregated_data: ${{parent.jobs.automl_hts_data_aggregation_step.outputs.aggregated_data}}
8686
data_agg_metadata: ${{parent.jobs.automl_hts_data_aggregation_step.outputs.output_metadata}}
@@ -104,7 +104,7 @@ jobs:
104104
compute: ${{parent.inputs.compute_name}}
105105
automl_hts_train_collect_step:
106106
type: command
107-
component: azureml:automl_hts_training_collect_step:0.0.8
107+
component: azureml:automl_hts_training_collect_step:0.0.9
108108
inputs:
109109
setup_metadata: ${{parent.jobs.automl_hts_train_setup_step.outputs.metadata}}
110110
input_metadata: ${{parent.jobs.automl_hts_automl_training_step.outputs.output_metadata}}

assets/training/forecasting_demand/automl-hts-train/components/automl_hts_train_collect/spec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
$schema: https://azuremlschemas.azureedge.net/latest/commandComponent.schema.json
22
name: automl_hts_training_collect_step
3-
version: 0.0.8
3+
version: 0.0.9
44
display_name: AutoML HTS - Collection Training Results
55
type: command
66

@@ -23,7 +23,7 @@ outputs:
2323
description: 'Output metadata that contains train status.'
2424

2525
code: ../../src/collect
26-
environment: azureml://registries/azureml/environments/automl-gpu/versions/42
26+
environment: azureml://registries/azureml/environments/automl-gpu/versions/48
2727

2828
command: >-
2929
python collect.py

assets/training/forecasting_demand/automl-hts-train/components/automl_hts_train_setup/spec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
$schema: https://azuremlschemas.azureedge.net/latest/commandComponent.schema.json
22
name: automl_hts_training_setup_step
3-
version: 0.0.8
3+
version: 0.0.9
44
display_name: AutoML HTS - Training Setup
55
type: command
66

@@ -37,7 +37,7 @@ outputs:
3737

3838

3939
code: ../../src/setup
40-
environment: azureml://registries/azureml/environments/automl-gpu/versions/42
40+
environment: azureml://registries/azureml/environments/automl-gpu/versions/48
4141

4242
command: >-
4343
python setup.py

assets/training/forecasting_demand/automl-many-models-train/components/automl_many_model_prs_train/spec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ $schema: https://azuremlschemas.azureedge.net/latest/parallelComponent.schema.js
22

33
name: automl_many_models_training_step
44
display_name: AutoML Many Models - AutoML Training
5-
version: 0.0.8
5+
version: 0.0.9
66
is_deterministic: false
77

88
type: parallel
@@ -57,7 +57,7 @@ task:
5757
type: run_function
5858
code: ../../src/train
5959
entry_script: train.py
60-
environment: azureml://registries/azureml/environments/automl-gpu/versions/42
60+
environment: azureml://registries/azureml/environments/automl-gpu/versions/48
6161
program_arguments: >-
6262
--input-metadata ${{inputs.metadata}}
6363
--error_threshold -1

0 commit comments

Comments
 (0)