Skip to content

Commit

Permalink
Update RAI component version to 0.5.0 in CLI examples (Azure#2067)
Browse files Browse the repository at this point in the history
* Update cli-responsibleaidashboard-housing-classification.yml

* Update cli-responsibleaidashboard-programmer-regression.yml
  • Loading branch information
gaugup committed Feb 8, 2023
1 parent 3e6cc3e commit 3104d45
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

create_rai_job:
type: command
component: azureml://registries/azureml/components/microsoft_azureml_rai_tabular_insight_constructor/versions/0.4.0
component: azureml://registries/azureml/components/microsoft_azureml_rai_tabular_insight_constructor/versions/0.5.0
limits:
timeout: 120
inputs:
Expand All @@ -54,7 +54,7 @@ jobs:

explain_01:
type: command
component: azureml://registries/azureml/components/microsoft_azureml_rai_tabular_explanation/versions/0.4.0
component: azureml://registries/azureml/components/microsoft_azureml_rai_tabular_explanation/versions/0.5.0
limits:
timeout: 120
inputs:
Expand All @@ -63,7 +63,7 @@ jobs:

causal_01:
type: command
component: azureml://registries/azureml/components/microsoft_azureml_rai_tabular_causal/versions/0.4.0
component: azureml://registries/azureml/components/microsoft_azureml_rai_tabular_causal/versions/0.5.0
limits:
timeout: 120
inputs:
Expand All @@ -75,7 +75,7 @@ jobs:

counterfactual_01:
type: command
component: azureml://registries/azureml/components/microsoft_azureml_rai_tabular_counterfactual/versions/0.4.0
component: azureml://registries/azureml/components/microsoft_azureml_rai_tabular_counterfactual/versions/0.5.0
limits:
timeout: 600
inputs:
Expand All @@ -88,14 +88,14 @@ jobs:
limits:
timeout: 120
type: command
component: azureml://registries/azureml/components/microsoft_azureml_rai_tabular_erroranalysis/versions/0.4.0
component: azureml://registries/azureml/components/microsoft_azureml_rai_tabular_erroranalysis/versions/0.5.0
inputs:
rai_insights_dashboard: ${{parent.jobs.create_rai_job.outputs.rai_insights_dashboard}}
max_depth: 3

gather_01:
type: command
component: azureml://registries/azureml/components/microsoft_azureml_rai_tabular_insight_gather/versions/0.4.0
component: azureml://registries/azureml/components/microsoft_azureml_rai_tabular_insight_gather/versions/0.5.0
limits:
timeout: 120
inputs:
Expand All @@ -107,7 +107,7 @@ jobs:

scorecard_01:
type: command
component: azureml://registries/azureml/components/microsoft_azureml_rai_tabular_score_card/versions/0.4.0
component: azureml://registries/azureml/components/microsoft_azureml_rai_tabular_score_card/versions/0.5.0
inputs:
dashboard: ${{parent.jobs.gather_01.outputs.dashboard}}
pdf_generation_config:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

create_rai_job:
type: command
component: azureml://registries/azureml/components/microsoft_azureml_rai_tabular_insight_constructor/versions/0.4.0
component: azureml://registries/azureml/components/microsoft_azureml_rai_tabular_insight_constructor/versions/0.5.0
limits:
timeout: 120
inputs:
Expand All @@ -47,7 +47,7 @@ jobs:

explain_01:
type: command
component: azureml://registries/azureml/components/microsoft_azureml_rai_tabular_explanation/versions/0.4.0
component: azureml://registries/azureml/components/microsoft_azureml_rai_tabular_explanation/versions/0.5.0
limits:
timeout: 120
inputs:
Expand All @@ -56,7 +56,7 @@ jobs:

causal_01:
type: command
component: azureml://registries/azureml/components/microsoft_azureml_rai_tabular_causal/versions/0.4.0
component: azureml://registries/azureml/components/microsoft_azureml_rai_tabular_causal/versions/0.5.0
limits:
timeout: 120
inputs:
Expand All @@ -68,7 +68,7 @@ jobs:

counterfactual_01:
type: command
component: azureml://registries/azureml/components/microsoft_azureml_rai_tabular_counterfactual/versions/0.4.0
component: azureml://registries/azureml/components/microsoft_azureml_rai_tabular_counterfactual/versions/0.5.0
limits:
timeout: 600
inputs:
Expand All @@ -81,15 +81,15 @@ jobs:
limits:
timeout: 120
type: command
component: azureml://registries/azureml/components/microsoft_azureml_rai_tabular_erroranalysis/versions/0.4.0
component: azureml://registries/azureml/components/microsoft_azureml_rai_tabular_erroranalysis/versions/0.5.0
inputs:
rai_insights_dashboard: ${{parent.jobs.create_rai_job.outputs.rai_insights_dashboard}}
max_depth: 3
filter_features: '["style", "Employer"]'

gather_01:
type: command
component: azureml://registries/azureml/components/microsoft_azureml_rai_tabular_insight_gather/versions/0.4.0
component: azureml://registries/azureml/components/microsoft_azureml_rai_tabular_insight_gather/versions/0.5.0
limits:
timeout: 120
inputs:
Expand All @@ -101,7 +101,7 @@ jobs:

scorecard_01:
type: command
component: azureml://registries/azureml/components/microsoft_azureml_rai_tabular_score_card/versions/0.4.0
component: azureml://registries/azureml/components/microsoft_azureml_rai_tabular_score_card/versions/0.5.0
inputs:
dashboard: ${{parent.jobs.gather_01.outputs.dashboard}}
pdf_generation_config:
Expand Down

0 comments on commit 3104d45

Please sign in to comment.