Skip to content

Commit

Permalink
Update image version to latest in RAI notebooks (#3279)
Browse files Browse the repository at this point in the history
* Update responsibleaidashboard-diabetes-decision-making.ipynb

* Update responsibleaidashboard-diabetes-regression-model-debugging.ipynb

* Update responsibleaidashboard-ed-student-attrition-clf.ipynb

* Update responsibleaidashboard-finance-loan-classification.ipynb

* Update responsibleaidashboard-healthcare-covid-classification.ipynb

* Update responsibleaidashboard-housing-classification-model-debugging.ipynb

* Update responsibleaidashboard-housing-decision-making.ipynb

* Update responsibleaidashboard-programmer-regression-model-debugging.ipynb

* Update responsibleaidashboard-multilabel-text-classification-covid-events.ipynb

* Update responsibleaidashboard-text-classification-DBPedia.ipynb

* Update responsibleaidashboard-text-classification-blbooksgenre.ipynb

* Update responsibleaidashboard-text-question-answering-squad.ipynb

* Update responsibleaidashboard-text-classification-financial-news.ipynb

* Update responsibleaidashboard-automl-image-classification-fridge.ipynb

* Update responsibleaidashboard-automl-object-detection-fridge-private-data.ipynb

* Update responsibleaidashboard-image-classification-fridge.ipynb

* Update responsibleaidashboard-image-flower-classification.ipynb

* Update responsibleaidashboard-image-multilabel-classification-fridge.ipynb

* Update responsibleaidashboard-object-detection-MSCOCO.ipynb

* Update cli-responsibleaidashboard-housing-classification.yml

* Update train_housing.yml

* Update cli-responsibleaidashboard-programmer-regression.yml

* Update train_programmers.yml
  • Loading branch information
tongyu-microsoft authored Jul 11, 2024
1 parent c939235 commit 68f6976
Show file tree
Hide file tree
Showing 23 changed files with 70 additions and 70 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.14.0
component: azureml://registries/azureml/components/microsoft_azureml_rai_tabular_insight_constructor/versions/0.15.0
limits:
timeout: 3600
inputs:
Expand All @@ -54,7 +54,7 @@ jobs:

explain_01:
type: command
component: azureml://registries/azureml/components/microsoft_azureml_rai_tabular_explanation/versions/0.14.0
component: azureml://registries/azureml/components/microsoft_azureml_rai_tabular_explanation/versions/0.15.0
limits:
timeout: 7200
inputs:
Expand All @@ -63,7 +63,7 @@ jobs:

causal_01:
type: command
component: azureml://registries/azureml/components/microsoft_azureml_rai_tabular_causal/versions/0.14.0
component: azureml://registries/azureml/components/microsoft_azureml_rai_tabular_causal/versions/0.15.0
limits:
timeout: 7200
inputs:
Expand All @@ -75,7 +75,7 @@ jobs:

counterfactual_01:
type: command
component: azureml://registries/azureml/components/microsoft_azureml_rai_tabular_counterfactual/versions/0.14.0
component: azureml://registries/azureml/components/microsoft_azureml_rai_tabular_counterfactual/versions/0.15.0
limits:
timeout: 7200
inputs:
Expand All @@ -88,14 +88,14 @@ jobs:
limits:
timeout: 7200
type: command
component: azureml://registries/azureml/components/microsoft_azureml_rai_tabular_erroranalysis/versions/0.14.0
component: azureml://registries/azureml/components/microsoft_azureml_rai_tabular_erroranalysis/versions/0.15.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.14.0
component: azureml://registries/azureml/components/microsoft_azureml_rai_tabular_insight_gather/versions/0.15.0
limits:
timeout: 7200
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.14.0
component: azureml://registries/azureml/components/microsoft_azureml_rai_tabular_score_card/versions/0.15.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 @@ -21,7 +21,7 @@ outputs:
type: path

code: ./train.py
environment: azureml://registries/azureml/environments/responsibleai-ubuntu20.04-py38-cpu/versions/49
environment: azureml://registries/azureml/environments/responsibleai-ubuntu20.04-py38-cpu/versions/55
command: >-
python train.py
--training_data ${{inputs.training_data}}
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.14.0
component: azureml://registries/azureml/components/microsoft_azureml_rai_tabular_insight_constructor/versions/0.15.0
limits:
timeout: 3600
inputs:
Expand All @@ -47,7 +47,7 @@ jobs:

explain_01:
type: command
component: azureml://registries/azureml/components/microsoft_azureml_rai_tabular_explanation/versions/0.14.0
component: azureml://registries/azureml/components/microsoft_azureml_rai_tabular_explanation/versions/0.15.0
limits:
timeout: 7200
inputs:
Expand All @@ -56,7 +56,7 @@ jobs:

causal_01:
type: command
component: azureml://registries/azureml/components/microsoft_azureml_rai_tabular_causal/versions/0.14.0
component: azureml://registries/azureml/components/microsoft_azureml_rai_tabular_causal/versions/0.15.0
limits:
timeout: 7200
inputs:
Expand All @@ -68,7 +68,7 @@ jobs:

counterfactual_01:
type: command
component: azureml://registries/azureml/components/microsoft_azureml_rai_tabular_counterfactual/versions/0.14.0
component: azureml://registries/azureml/components/microsoft_azureml_rai_tabular_counterfactual/versions/0.15.0
limits:
timeout: 7200
inputs:
Expand All @@ -81,15 +81,15 @@ jobs:
limits:
timeout: 7200
type: command
component: azureml://registries/azureml/components/microsoft_azureml_rai_tabular_erroranalysis/versions/0.14.0
component: azureml://registries/azureml/components/microsoft_azureml_rai_tabular_erroranalysis/versions/0.15.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.14.0
component: azureml://registries/azureml/components/microsoft_azureml_rai_tabular_insight_gather/versions/0.15.0
limits:
timeout: 7200
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.14.0
component: azureml://registries/azureml/components/microsoft_azureml_rai_tabular_score_card/versions/0.15.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 @@ -21,7 +21,7 @@ outputs:
type: path

code: ./train.py
environment: azureml://registries/azureml/environments/responsibleai-ubuntu20.04-py38-cpu/versions/49
environment: azureml://registries/azureml/environments/responsibleai-ubuntu20.04-py38-cpu/versions/55
command: >-
python train.py
--training_data ${{inputs.training_data}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@
" model_output:\n",
" type: path\n",
"code: ./component_src/\n",
"environment: azureml://registries/azureml/environments/responsibleai-ubuntu20.04-py38-cpu/versions/49\n",
"environment: azureml://registries/azureml/environments/responsibleai-ubuntu20.04-py38-cpu/versions/55\n",
"\"\"\"\n",
" + r\"\"\"\n",
"command: >-\n",
Expand Down Expand Up @@ -552,7 +552,7 @@
" model_info_output_path:\n",
" type: path\n",
"code: ./register_model_src/\n",
"environment: azureml://registries/azureml/environments/responsibleai-ubuntu20.04-py38-cpu/versions/49\n",
"environment: azureml://registries/azureml/environments/responsibleai-ubuntu20.04-py38-cpu/versions/55\n",
"command: >-\n",
" python register.py\n",
" --model_input_path ${{{{inputs.model_input_path}}}}\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@
" model_output:\n",
" type: path\n",
"code: ./component_src/\n",
"environment: azureml://registries/azureml/environments/responsibleai-ubuntu20.04-py38-cpu/versions/49\n",
"environment: azureml://registries/azureml/environments/responsibleai-ubuntu20.04-py38-cpu/versions/55\n",
"\"\"\"\n",
" + r\"\"\"\n",
"command: >-\n",
Expand Down Expand Up @@ -546,7 +546,7 @@
" model_info_output_path:\n",
" type: path\n",
"code: ./register_model_src/\n",
"environment: azureml://registries/azureml/environments/responsibleai-ubuntu20.04-py38-cpu/versions/49\n",
"environment: azureml://registries/azureml/environments/responsibleai-ubuntu20.04-py38-cpu/versions/55\n",
"command: >-\n",
" python register.py\n",
" --model_input_path ${{{{inputs.model_input_path}}}}\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -954,7 +954,7 @@
" model_output:\n",
" type: path\n",
"code: ./component_src/\n",
"environment: azureml://registries/azureml/environments/responsibleai-ubuntu20.04-py38-cpu/versions/49\n",
"environment: azureml://registries/azureml/environments/responsibleai-ubuntu20.04-py38-cpu/versions/55\n",
"\"\"\"\n",
" + r\"\"\"\n",
"command: >-\n",
Expand Down Expand Up @@ -1135,7 +1135,7 @@
" model_info_output_path:\n",
" type: path\n",
"code: ./register_model_src/\n",
"environment: azureml://registries/azureml/environments/responsibleai-ubuntu20.04-py38-cpu/versions/49\n",
"environment: azureml://registries/azureml/environments/responsibleai-ubuntu20.04-py38-cpu/versions/55\n",
"command: >-\n",
" python register.py\n",
" --model_input_path ${{{{inputs.model_input_path}}}}\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -922,7 +922,7 @@
" model_output:\n",
" type: path\n",
"code: ./component_src/\n",
"environment: azureml://registries/azureml/environments/responsibleai-ubuntu20.04-py38-cpu/versions/49\n",
"environment: azureml://registries/azureml/environments/responsibleai-ubuntu20.04-py38-cpu/versions/55\n",
"\"\"\"\n",
" + r\"\"\"\n",
"command: >-\n",
Expand Down Expand Up @@ -1103,7 +1103,7 @@
" model_info_output_path:\n",
" type: path\n",
"code: ./register_model_src/\n",
"environment: azureml://registries/azureml/environments/responsibleai-ubuntu20.04-py38-cpu/versions/49\n",
"environment: azureml://registries/azureml/environments/responsibleai-ubuntu20.04-py38-cpu/versions/55\n",
"command: >-\n",
" python register.py\n",
" --model_input_path ${{{{inputs.model_input_path}}}}\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -958,7 +958,7 @@
" model_output:\n",
" type: path\n",
"code: ./component_src/\n",
"environment: azureml://registries/azureml/environments/responsibleai-ubuntu20.04-py38-cpu/versions/49\n",
"environment: azureml://registries/azureml/environments/responsibleai-ubuntu20.04-py38-cpu/versions/55\n",
"\"\"\"\n",
" + r\"\"\"\n",
"command: >-\n",
Expand Down Expand Up @@ -1145,7 +1145,7 @@
" model_info_output_path:\n",
" type: path\n",
"code: ./register_model_src/\n",
"environment: azureml://registries/azureml/environments/responsibleai-ubuntu20.04-py38-cpu/versions/49\n",
"environment: azureml://registries/azureml/environments/responsibleai-ubuntu20.04-py38-cpu/versions/55\n",
"command: >-\n",
" python register.py\n",
" --model_input_path ${{{{inputs.model_input_path}}}}\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@
" model_output:\n",
" type: path\n",
"code: ./component_src/\n",
"environment: azureml://registries/azureml/environments/responsibleai-ubuntu20.04-py38-cpu/versions/49\n",
"environment: azureml://registries/azureml/environments/responsibleai-ubuntu20.04-py38-cpu/versions/55\n",
"\"\"\"\n",
" + r\"\"\"\n",
"command: >-\n",
Expand Down Expand Up @@ -559,7 +559,7 @@
" model_info_output_path:\n",
" type: path\n",
"code: ./register_model_src/\n",
"environment: azureml://registries/azureml/environments/responsibleai-ubuntu20.04-py38-cpu/versions/49\n",
"environment: azureml://registries/azureml/environments/responsibleai-ubuntu20.04-py38-cpu/versions/55\n",
"command: >-\n",
" python register.py\n",
" --model_input_path ${{{{inputs.model_input_path}}}}\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@
" model_output:\n",
" type: path\n",
"code: ./component_src/\n",
"environment: azureml://registries/azureml/environments/responsibleai-ubuntu20.04-py38-cpu/versions/49\n",
"environment: azureml://registries/azureml/environments/responsibleai-ubuntu20.04-py38-cpu/versions/55\n",
"\"\"\"\n",
" + r\"\"\"\n",
"command: >-\n",
Expand Down Expand Up @@ -554,7 +554,7 @@
" model_info_output_path:\n",
" type: path\n",
"code: ./register_model_src/\n",
"environment: azureml://registries/azureml/environments/responsibleai-ubuntu20.04-py38-cpu/versions/49\n",
"environment: azureml://registries/azureml/environments/responsibleai-ubuntu20.04-py38-cpu/versions/55\n",
"command: >-\n",
" python register.py\n",
" --model_input_path ${{{{inputs.model_input_path}}}}\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@
" model_output:\n",
" type: path\n",
"code: ./programmer_component_src/\n",
"environment: azureml://registries/azureml/environments/responsibleai-ubuntu20.04-py38-cpu/versions/49\n",
"environment: azureml://registries/azureml/environments/responsibleai-ubuntu20.04-py38-cpu/versions/55\n",
"command: >-\n",
" python training_script_reg.py\n",
" --training_data ${{{{inputs.training_data}}}}\n",
Expand Down Expand Up @@ -594,7 +594,7 @@
" model_info_output_path:\n",
" type: path\n",
"code: ./register_model_src/\n",
"environment: azureml://registries/azureml/environments/responsibleai-ubuntu20.04-py38-cpu/versions/49\n",
"environment: azureml://registries/azureml/environments/responsibleai-ubuntu20.04-py38-cpu/versions/55\n",
"command: >-\n",
" python register.py\n",
" --model_input_path ${{{{inputs.model_input_path}}}}\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"metadata": {},
"outputs": [],
"source": [
"version_string = \"0.0.16\""
"version_string = \"0.0.17\""
]
},
{
Expand Down Expand Up @@ -95,7 +95,7 @@
"metadata": {},
"outputs": [],
"source": [
"rai_example_version_string = \"18\""
"rai_example_version_string = \"19\""
]
},
{
Expand Down Expand Up @@ -595,7 +595,7 @@
" model_output_path:\n",
" type: path\n",
"code: ./covid19_events_component_src/\n",
"environment: azureml://registries/azureml/environments/responsibleai-text-ubuntu20.04-py38-cpu/versions/51\n",
"environment: azureml://registries/azureml/environments/responsibleai-text-ubuntu20.04-py38-cpu/versions/55\n",
"command: >-\n",
" python training_script.py\n",
" --model_base_name ${{{{inputs.model_base_name}}}}\n",
Expand Down Expand Up @@ -669,7 +669,7 @@
"import time\n",
"\n",
"model_base_name = \"multilabel_hf_model\"\n",
"model_name_suffix = \"12489\"\n",
"model_name_suffix = \"12490\"\n",
"device = -1"
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"metadata": {},
"outputs": [],
"source": [
"version_string = \"0.0.16\""
"version_string = \"0.0.17\""
]
},
{
Expand Down Expand Up @@ -85,7 +85,7 @@
"metadata": {},
"outputs": [],
"source": [
"rai_example_version_string = \"18\""
"rai_example_version_string = \"19\""
]
},
{
Expand Down Expand Up @@ -576,7 +576,7 @@
" model_output_path:\n",
" type: path\n",
"code: ./dbpedia_component_src/\n",
"environment: azureml://registries/azureml/environments/responsibleai-text-ubuntu20.04-py38-cpu/versions/51\n",
"environment: azureml://registries/azureml/environments/responsibleai-text-ubuntu20.04-py38-cpu/versions/55\n",
"command: >-\n",
" python training_script.py\n",
" --model_base_name ${{{{inputs.model_base_name}}}}\n",
Expand Down Expand Up @@ -650,7 +650,7 @@
"import time\n",
"\n",
"model_base_name = \"hf_model\"\n",
"model_name_suffix = \"12489\"\n",
"model_name_suffix = \"12490\"\n",
"device = -1"
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"metadata": {},
"outputs": [],
"source": [
"version_string = \"0.0.16\""
"version_string = \"0.0.17\""
]
},
{
Expand Down Expand Up @@ -88,7 +88,7 @@
"metadata": {},
"outputs": [],
"source": [
"rai_example_version_string = \"31\""
"rai_example_version_string = \"32\""
]
},
{
Expand Down Expand Up @@ -568,7 +568,7 @@
" model_output_path:\n",
" type: path\n",
"code: ./blbooksgenre_component_src/\n",
"environment: azureml://registries/azureml/environments/responsibleai-text-ubuntu20.04-py38-cpu/versions/51\n",
"environment: azureml://registries/azureml/environments/responsibleai-text-ubuntu20.04-py38-cpu/versions/55\n",
"command: >-\n",
" python training_script.py\n",
" --model_base_name ${{{{inputs.model_base_name}}}}\n",
Expand Down
Loading

0 comments on commit 68f6976

Please sign in to comment.